/* eltern.css — entpackt 31.05.2026 · Schriften als echte .woff2 (latin) im selben Ordner */

/* Inter 400 normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("inter-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Inter 500 normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("inter-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Inter 600 normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("inter-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Inter 700 normal */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("inter-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Source Serif 4 400 italic */
@font-face {
  font-family: 'Source Serif 4';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("source-serif-4-400-italic.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Source Serif 4 400 normal */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("source-serif-4-400.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Source Serif 4 500 normal */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("source-serif-4-500.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Source Serif 4 600 normal */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("source-serif-4-600.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Source Serif 4 700 normal */
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("source-serif-4-700.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ---- Seiten-Layout ---- */
:root {
  --cream: #F3ECD6;
  --cream-soft: #F8F2E0;
  --paper: #EFE6CC;
  --ink: #0E0D0B;
  --ink-soft: #2A2620;
  --text: #2A2620;
  --muted: #6D6558;
  --orange: #E84A1A;
  --orange-soft: #F5A66F;
  --signal: #3A76F0;
  --signal-deep: #2455C9;
  --signal-soft: #E5EDFC;
  --rule: rgba(14,13,11,0.14);
  --rule-soft: rgba(14,13,11,0.08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--cream);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

a { color: var(--signal); text-decoration: none; }
a:hover { text-decoration: underline; }

.serif { font-family: 'Source Serif 4', Georgia, serif; }
.serif-i { font-family: 'Source Serif 4', serif; font-style: italic; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
.narrow { max-width: 760px; margin: 0 auto; padding: 0 28px; }

/* ─── NAV ─── */
nav.top {
  position: sticky; top: 0; z-index: 60;
  background: rgba(243,236,214,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--rule);
}
nav.top .wrap {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; padding-bottom: 16px; gap: 16px;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  color: var(--ink);
}
.brand:hover { text-decoration: none; }
.brand .mark {
  width: 32px; height: 32px;
  background: var(--ink); color: var(--cream);
  display: grid; place-items: center;
  font-family: 'Source Serif 4', serif; font-weight: 700; font-style: italic;
  font-size: 18px;
  border-radius: 4px;
}
.brand .name {
  font-family: 'Source Serif 4', serif;
  font-size: 18px; font-weight: 600; letter-spacing: -0.01em;
  line-height: 1.1;
}
.brand .sub { display: block; font-family: 'Inter'; font-size: 11px; font-weight: 500; color: var(--muted); letter-spacing: 0.04em; margin-top: 2px; }
.nav-cluster { display: flex; align-items: center; gap: 24px; }
.nav-links { display: flex; gap: 22px; list-style: none; }
.nav-links a {
  font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 500;
  color: var(--text);
}
.nav-links a:hover { color: var(--signal); text-decoration: none; }
.youth-link {
  font-family: 'Inter', sans-serif; font-size: 13px; font-weight: 600;
  padding: 8px 14px; background: var(--cream-soft); color: var(--ink);
  border: 1px solid var(--rule); border-radius: 999px;
}
.youth-link:hover { background: var(--ink); color: var(--cream); text-decoration: none; }
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.mobile-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 4px 0; }

/* ─── DOCUMENT-STYLE HERO ─── */
.doc-hero {
  padding: 64px 0 56px;
  border-bottom: 1px solid var(--rule);
}
.doc-hero .breadcrumb {
  font-size: 13px; color: var(--muted); margin-bottom: 28px; letter-spacing: 0.02em;
}
.doc-hero .breadcrumb a { color: var(--signal); }
.doc-hero .breadcrumb .sep { color: var(--rule); margin: 0 8px; }
.doc-hero .eyebrow {
  display: inline-block; font-size: 12px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--signal); background: var(--signal-soft);
  padding: 6px 12px; border-radius: 999px; margin-bottom: 22px;
}
.doc-hero h1 {
  font-family: 'Source Serif 4', serif;
  font-weight: 500;
  font-size: clamp(40px, 6.4vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  max-width: 900px;
  margin-bottom: 22px;
}
.doc-hero h1 em { font-style: italic; color: var(--signal); }
.doc-hero .lede {
  font-family: 'Source Serif 4', serif;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  max-width: 720px;
  color: var(--ink-soft);
}
.doc-hero .lede .drop {
  float: left;
  font-family: 'Source Serif 4', serif;
  font-weight: 600;
  font-size: 64px;
  line-height: 0.92;
  padding: 6px 14px 0 0;
  color: var(--signal);
}

.byline {
  display: flex; gap: 28px; align-items: center;
  margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--rule-soft);
  font-size: 13px; color: var(--muted);
  flex-wrap: wrap;
}
.byline span strong { color: var(--ink); font-weight: 600; }

/* ─── TABLE OF CONTENTS ─── */
.toc {
  background: var(--cream-soft);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 28px 32px;
  margin: 48px 0;
  display: grid; grid-template-columns: 200px 1fr; gap: 32px;
}
.toc h2 {
  font-family: 'Source Serif 4', serif;
  font-style: italic;
  font-size: 22px; font-weight: 500;
  color: var(--ink); letter-spacing: -0.01em;
}
.toc h2 small { display: block; font-family: 'Inter'; font-style: normal; font-size: 11px; color: var(--muted); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; margin-top: 6px; }
.toc ol { list-style: none; counter-reset: toc; columns: 2; column-gap: 40px; }
.toc ol li {
  counter-increment: toc;
  padding: 8px 0;
  border-bottom: 1px dotted var(--rule);
  font-size: 14px;
  display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  break-inside: avoid;
}
.toc ol li::before {
  content: counter(toc, decimal-leading-zero);
  font-family: 'Source Serif 4', serif; font-style: italic;
  color: var(--signal); margin-right: 10px; font-size: 13px;
}
.toc ol li a { color: var(--text); flex: 1; }
.toc ol li a:hover { color: var(--signal); text-decoration: none; }
.toc ol li .page { color: var(--muted); font-size: 12px; font-family: 'Source Serif 4'; font-style: italic; }

/* ─── SECTIONS ─── */
section.chapter { padding: 56px 0; border-bottom: 1px solid var(--rule); }
section.chapter:last-of-type { border-bottom: none; }

.chapter-header {
  display: grid; grid-template-columns: 100px 1fr; gap: 32px;
  margin-bottom: 32px; align-items: baseline;
}
.chapter-number {
  font-family: 'Source Serif 4', serif; font-style: italic;
  font-size: 56px; line-height: 1; color: var(--signal); font-weight: 400;
}
.chapter-header h2 {
  font-family: 'Source Serif 4', serif;
  font-weight: 500;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1; letter-spacing: -0.01em;
}
.chapter-header h2 em { font-style: italic; color: var(--signal); }
.chapter-header .meta {
  margin-top: 12px; font-size: 12px; color: var(--muted);
  letter-spacing: 0.06em; text-transform: uppercase; font-weight: 600;
}

/* ─── CHAPTER 1: Why ─── */
.argument-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px;
  margin-top: 16px;
}
.argument {
  padding: 28px;
  background: var(--cream-soft);
  border: 1px solid var(--rule);
  border-radius: 4px;
  position: relative;
}
.argument .ref {
  font-family: 'Source Serif 4', serif; font-style: italic; font-size: 13px;
  color: var(--signal); margin-bottom: 10px;
}
.argument h3 {
  font-family: 'Source Serif 4', serif; font-weight: 600; font-size: 22px;
  line-height: 1.2; letter-spacing: -0.01em; margin-bottom: 12px;
}
.argument p { font-size: 15px; line-height: 1.65; color: var(--ink-soft); }

/* pullquote */
.pullquote {
  margin: 48px auto;
  max-width: 760px;
  padding: 32px 24px 32px 36px;
  border-left: 3px solid var(--signal);
  font-family: 'Source Serif 4', serif;
  font-style: italic;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.45;
  color: var(--ink);
}
.pullquote cite {
  display: block; font-family: 'Inter'; font-style: normal; font-size: 13px;
  color: var(--muted); margin-top: 14px; letter-spacing: 0.04em;
}

/* ─── CHAPTER 2: Legal ─── */
.legal-card {
  background: var(--cream-soft);
  border: 1px solid var(--rule);
  border-left: 3px solid var(--signal);
  padding: 24px 28px;
  margin: 16px 0;
  border-radius: 0 4px 4px 0;
}
.legal-card .tag {
  font-family: 'Inter'; font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--signal); margin-bottom: 6px;
}
.legal-card h3 {
  font-family: 'Source Serif 4', serif; font-weight: 600; font-size: 18px;
  margin-bottom: 8px;
}
.legal-card p { font-size: 14px; line-height: 1.65; color: var(--ink-soft); }
.legal-card.warn { border-left-color: var(--orange); }
.legal-card.warn .tag { color: var(--orange); }

/* ─── CHAPTER 3: Comparison ─── */
table.compare {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  background: var(--cream-soft);
  border: 1px solid var(--rule);
  border-radius: 4px; overflow: hidden;
  font-size: 14px;
}
table.compare thead {
  background: var(--ink); color: var(--cream);
}
table.compare th {
  text-align: left; padding: 14px 20px;
  font-family: 'Source Serif 4', serif; font-weight: 600;
  font-size: 14px; letter-spacing: 0.02em;
}
table.compare th.sg { color: var(--signal); }
table.compare th.wa { color: var(--orange-soft); }
table.compare td {
  padding: 12px 20px;
  border-bottom: 1px solid var(--rule-soft);
}
table.compare tr:last-child td { border-bottom: none; }
table.compare tr:nth-child(even) { background: rgba(14,13,11,0.025); }
table.compare td:first-child { font-weight: 500; }
table.compare .mark {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%;
  font-size: 12px; font-weight: 700;
}
table.compare .yes { background: var(--signal-soft); color: var(--signal-deep); }
table.compare .no { background: #FCE9E1; color: var(--orange); }
table.compare .partial { background: var(--cream); color: var(--muted); border: 1px solid var(--rule); }

/* ─── CHAPTER 4: Features ─── */
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 32px; margin-top: 16px; }
.feature-list li {
  list-style: none;
  padding: 14px 0; border-bottom: 1px dashed var(--rule-soft);
  font-size: 15px; display: grid; grid-template-columns: 28px 1fr; gap: 12px;
  align-items: baseline;
}
.feature-list li::before {
  content: "✓";
  font-family: 'Source Serif 4', serif;
  color: var(--signal); font-size: 17px; font-weight: 600;
}
.feature-list li strong { display: block; color: var(--ink); margin-bottom: 2px; }
.feature-list li span { color: var(--muted); font-size: 14px; line-height: 1.5; }

/* ─── CHAPTER 5: Recommendation ─── */
.rec-list { counter-reset: rec; margin-top: 16px; }
.rec-list li {
  counter-increment: rec;
  list-style: none;
  display: grid; grid-template-columns: 56px 1fr; gap: 24px;
  padding: 22px 0; border-bottom: 1px solid var(--rule-soft);
}
.rec-list li::before {
  content: counter(rec, decimal-leading-zero);
  font-family: 'Source Serif 4', serif; font-style: italic; font-size: 32px;
  color: var(--signal); line-height: 1; padding-top: 4px;
}
.rec-list li h3 {
  font-family: 'Source Serif 4', serif; font-weight: 600; font-size: 19px;
  margin-bottom: 6px; letter-spacing: -0.01em;
}
.rec-list li p { font-size: 15px; line-height: 1.65; color: var(--ink-soft); }

/* ─── FAQ ─── */
.faq-list { margin-top: 16px; }
.faq-item { border-bottom: 1px solid var(--rule); }
.faq-item:first-child { border-top: 1px solid var(--rule); }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer; text-align: left;
  padding: 20px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: 'Source Serif 4', serif; font-weight: 500; font-size: 17px;
  color: var(--ink); letter-spacing: -0.005em; line-height: 1.4;
}
.faq-q:hover { color: var(--signal); }
.faq-q .ico {
  width: 24px; height: 24px; border: 1px solid var(--rule); border-radius: 50%;
  display: grid; place-items: center; flex-shrink: 0;
  font-size: 14px; font-weight: 500; color: var(--muted);
  transition: transform .3s ease, background .2s;
}
.faq-item.open .ico { transform: rotate(45deg); background: var(--signal); border-color: var(--signal); color: white; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-item.open .faq-a { max-height: 400px; padding-bottom: 22px; }
.faq-a p { font-size: 15px; line-height: 1.7; color: var(--ink-soft); max-width: 720px; }

/* ─── CTA ─── */
.cta-box {
  background: var(--cream-soft);
  border: 1px solid var(--rule);
  border-radius: 6px;
  padding: 48px;
  margin: 64px 0;
  display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center;
}
.cta-box .label {
  font-size: 12px; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--signal); margin-bottom: 12px;
}
.cta-box h2 {
  font-family: 'Source Serif 4', serif; font-weight: 500; font-style: italic;
  font-size: 32px; line-height: 1.15; letter-spacing: -0.01em; margin-bottom: 12px;
}
.cta-box p { color: var(--ink-soft); font-size: 15px; max-width: 480px; }
.cta-buttons { display: flex; flex-direction: column; gap: 10px; }
.btn {
  display: inline-flex; align-items: center; gap: 10px; justify-content: center;
  padding: 13px 22px; font-family: 'Inter'; font-weight: 600; font-size: 14px;
  border-radius: 999px; text-decoration: none; transition: all .15s;
  white-space: nowrap;
}
.btn-primary { background: var(--signal); color: white; }
.btn-primary:hover { background: var(--signal-deep); text-decoration: none; }
.btn-outline { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--cream); text-decoration: none; }

/* ─── FOOTER ─── */
footer.foot {
  background: var(--ink); color: var(--cream);
  padding: 56px 0 40px;
  font-size: 13px;
}
footer.foot .wrap { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; }
footer.foot h4 {
  font-family: 'Source Serif 4', serif; font-style: italic; font-size: 17px; font-weight: 500;
  color: var(--cream); margin-bottom: 12px;
}
footer.foot ul { list-style: none; }
footer.foot ul li { margin-bottom: 6px; }
footer.foot a { color: var(--orange-soft); }
footer.foot p { color: rgba(241,233,210,0.7); line-height: 1.65; }
footer.foot .colophon {
  border-top: 1px solid rgba(241,233,210,0.18);
  margin-top: 32px; padding-top: 20px;
  font-size: 11px; color: rgba(241,233,210,0.5); letter-spacing: 0.04em;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
footer.foot .colophon-wrap { max-width: 1120px; margin: 0 auto; padding: 0 28px; grid-column: 1 / -1; }

/* ─── Responsive ─── */
@media (max-width: 900px) {
  .toc { grid-template-columns: 1fr; gap: 16px; }
  .toc ol { columns: 1; }
  .argument-grid { grid-template-columns: 1fr; }
  .feature-list { grid-template-columns: 1fr; }
  .chapter-header { grid-template-columns: 64px 1fr; gap: 18px; }
  .chapter-number { font-size: 40px; }
  .cta-box { grid-template-columns: 1fr; padding: 32px; }
  .cta-buttons { flex-direction: row; flex-wrap: wrap; }
  footer.foot .wrap { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 640px) {
  .nav-links { display: none; }
  .mobile-toggle { display: block; }
  nav.top.open .nav-links {
    display: flex; flex-direction: column; position: absolute;
    top: 100%; left: 0; right: 0; background: var(--cream);
    border-bottom: 1px solid var(--rule); padding: 16px 28px; gap: 14px;
  }
  table.compare th, table.compare td { padding: 10px 12px; font-size: 13px; }
  .pullquote { margin: 32px 0; padding-left: 20px; }
}

/* reveal */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: translateY(0); }

/* ============================================================
   VISUAL REFRESH · 31.05.2026 — kräftigeres, lebendigeres Bild
   ============================================================ */
:root{ --hazard: repeating-linear-gradient(135deg, var(--ink) 0 13px, var(--orange) 13px 26px); }

/* HERO als dunkles Magazin-Panel mit Signal-Motiv */
.doc-hero{ position:relative; background:var(--ink); color:var(--cream); overflow:hidden; }
.doc-hero::before{ content:""; position:absolute; inset:0; pointer-events:none; background:
   radial-gradient(120% 95% at 100% 0%, rgba(58,118,240,.24), transparent 58%),
   radial-gradient(90% 80% at 0% 100%, rgba(232,74,26,.14), transparent 60%); }
.doc-hero::after{ content:""; position:absolute; top:0; left:0; right:0; height:10px; background:var(--hazard); }
.doc-hero .wrap{ position:relative; z-index:1; padding-top:72px; padding-bottom:72px; }
.doc-hero .breadcrumb{ color:rgba(243,236,214,.6); }
.doc-hero .breadcrumb a{ color:#9db8f7; }
.doc-hero .breadcrumb .sep{ color:rgba(243,236,214,.3); }
.doc-hero .eyebrow{ background:rgba(58,118,240,.18); color:#bcd0fb; }
.doc-hero h1{ color:var(--cream); }
.doc-hero h1 em{ color:#9db8f7; }
.doc-hero .lede{ color:rgba(243,236,214,.84); }
.doc-hero .lede .drop{ color:var(--orange); }
.doc-hero .byline{ border-top-color:rgba(243,236,214,.16); color:rgba(243,236,214,.62); }
.doc-hero .byline span strong{ color:var(--cream); }
.doc-hero .hero-mark{ position:absolute; right:5%; top:50%; transform:translateY(-50%);
   width:150px; height:150px; opacity:.97; filter:drop-shadow(0 14px 34px rgba(0,0,0,.45)); z-index:0; }
@media(max-width:880px){ .doc-hero .hero-mark{ width:96px; right:6%; opacity:.5; } }
@media(max-width:600px){ .doc-hero .hero-mark{ display:none; } }

/* Große, kräftige Kapitelziffern */
.chapter-number{ font-family:'Source Serif 4',serif; font-style:normal; font-weight:700;
   font-size:88px; line-height:.9; color:transparent; -webkit-text-stroke:1.6px var(--signal);
   opacity:.92; }

/* Argument-Karten plastischer, mit Akzentkante */
.argument{ transition:transform .15s ease, box-shadow .15s ease; }
.argument::before{ content:""; position:absolute; left:0; top:0; bottom:0; width:4px;
   background:var(--signal); border-radius:4px 0 0 4px; }
.argument:hover{ transform:translateY(-3px); box-shadow:0 14px 34px rgba(14,13,11,.12); }
.argument .ref{ font-family:'Inter',sans-serif; font-style:normal; font-weight:700;
   text-transform:uppercase; letter-spacing:.1em; font-size:11px; color:var(--orange); }

/* Legal-Karten: Akzentkante, Risiko in Orange */
.legal-card{ position:relative; padding-left:26px; }
.legal-card::before{ content:""; position:absolute; left:0; top:0; bottom:0; width:4px; background:var(--signal); }
.legal-card.warn{ background:#FDEDE6; }
.legal-card.warn::before{ background:var(--orange); }
.legal-card.warn .tag{ color:var(--orange); }

/* Pullquote dekorativ */
.pullquote{ position:relative; font-family:'Source Serif 4',serif; font-style:italic;
   font-size:clamp(20px,2.6vw,28px); line-height:1.42; color:var(--ink);
   border-left:4px solid var(--orange); padding-left:30px; }
.pullquote::before{ content:"\201C"; position:absolute; left:8px; top:-22px;
   font-family:'Source Serif 4',serif; font-size:84px; color:var(--signal); opacity:.18; }

/* Vergleichstabelle: Logos im Kopf */
table.compare thead th{ vertical-align:middle; }
table.compare th.wa, table.compare th.sg{ white-space:nowrap; }
.cmp-logo{ width:20px; height:20px; vertical-align:-5px; margin-right:8px; display:inline-block; }

/* Feature-Liste & Empfehlungen mit kräftigeren Markern */
.feature-list li::before{ color:var(--signal); }
.rec-list li::before{ color:var(--orange); }

/* CTA als kräftiges dunkles Panel */
.cta-box{ position:relative; overflow:hidden; background:var(--ink); color:var(--cream); border:none; border-radius:8px; }
.cta-box::after{ content:""; position:absolute; top:0; left:0; right:0; height:8px; background:var(--hazard); }
.cta-box .label{ color:#bcd0fb; }
.cta-box h2{ color:var(--cream); }
.cta-box p{ color:rgba(243,236,214,.82); }
.cta-box .btn-outline{ border:1px solid rgba(243,236,214,.45); color:var(--cream); background:transparent; }
.cta-box .cta-logo{ position:absolute; right:30px; top:30px; width:60px; height:60px; opacity:.92;
   filter:drop-shadow(0 8px 20px rgba(0,0,0,.4)); }
@media(max-width:720px){ .cta-box .cta-logo{ display:none; } }

/* Footer-Attribution: eine Zeile, sauber auf Mobil */
footer.foot .sp-attrib p{ white-space:nowrap; }
footer.foot .sp-attrib svg{ display:inline-block; }
@media(max-width:600px){ footer.foot .sp-attrib p{ white-space:normal; } }
