/* ==========================================================================
   kryptoexperte.de — Direktvergleiche (Anbieter vs. Anbieter)
   Baut auf styles.css / app.css / vergleich.css auf.
   ========================================================================== */

.duell-main { padding-bottom: 30px; }

/* ---------- Hero / Versus ---------- */
.duell-hero { padding-block: 24px 8px; text-align: center; display: flex; flex-direction: column; align-items: center; }
.duell-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display); font-weight: 700; font-size: 14px;
  color: var(--green-700); background: var(--green-50);
  padding: 7px 15px; border-radius: var(--r-pill); border: 1px solid var(--green-100);
}
.duell-hero-title { font-size: clamp(30px, 4.6vw, 50px); margin-top: 18px; max-width: 900px; }
.duell-hero-sub { max-width: 760px; margin-top: 16px; font-size: 18px; color: var(--ink-soft); line-height: 1.6; }

.versus { display: flex; align-items: center; justify-content: center; gap: 22px; margin: 30px 0 6px; flex-wrap: wrap; }
.versus-side { display: flex; flex-direction: column; align-items: center; gap: 10px; min-width: 150px; }
.versus-side .ex-logo { box-shadow: var(--shadow-sm); }
.versus-name { font-family: var(--font-display); font-weight: 800; font-size: 21px; color: var(--green-950); letter-spacing: -0.02em; }
.versus-loc { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; color: var(--ink-mute); font-weight: 600; }
.versus-vs {
  flex: none; width: 54px; height: 54px; border-radius: 50%;
  display: grid; place-items: center; background: var(--green-950); color: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: 18px; letter-spacing: -0.02em;
  box-shadow: var(--shadow-md);
}

/* ---------- Verdict-Karten ---------- */
.duell-section { padding-block: 34px 6px; }
.duell-section-head { margin-bottom: 22px; max-width: 760px; }
.duell-section-head .section-title { font-size: clamp(24px, 3.2vw, 32px); }
.duell-section-intro { margin-top: 14px; font-size: 16.5px; line-height: 1.65; color: var(--ink-soft); max-width: 820px; }
.duell-section-intro + .duell-section-intro { margin-top: 12px; }

.verdict-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.verdict-card {
  position: relative; display: flex; flex-direction: column; gap: 14px;
  background: var(--surface); border: 1.5px solid var(--line); border-radius: var(--r-lg);
  padding: 24px; box-shadow: var(--shadow-sm);
}
.verdict-card.is-pick { border-color: oklch(0.82 0.08 var(--cat-hue, 158)); box-shadow: var(--shadow-md); }
.verdict-pickbadge {
  position: absolute; top: 0; right: 22px; transform: translateY(-50%);
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--green-600); color: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: 12px;
  padding: 6px 13px; border-radius: var(--r-pill); box-shadow: var(--shadow-sm); white-space: nowrap;
}
.verdict-head { display: flex; align-items: center; gap: 13px; }
.verdict-name { font-size: 20px; font-family: var(--font-display); font-weight: 800; color: var(--green-950); }
.verdict-sub { font-size: 13px; color: var(--ink-mute); font-weight: 600; margin-top: 2px; }
.verdict-card h3 { font-size: 15px; font-family: var(--font-display); font-weight: 800; color: var(--ink); }
.verdict-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.verdict-list li { position: relative; padding-left: 26px; font-size: 15px; line-height: 1.5; color: var(--ink); }
.verdict-list li svg { position: absolute; left: 0; top: 2px; color: var(--green-600); }

/* ---------- Vergleichstabelle ---------- */
.ctable-wrap { overflow-x: auto; border: 1.5px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); background: var(--surface); }
.ctable { width: 100%; border-collapse: collapse; min-width: 540px; }
.ctable thead th {
  font-family: var(--font-display); font-weight: 800; font-size: 15px; color: var(--green-950);
  text-align: left; padding: 16px 18px; background: var(--green-50); border-bottom: 1.5px solid var(--green-100);
  vertical-align: middle;
}
.ctable thead th:first-child { width: 30%; color: var(--ink-mute); font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; }
.ctable thead .cth { display: flex; align-items: center; gap: 10px; }
.ctable tbody th {
  font-family: var(--font-display); font-weight: 700; font-size: 13.5px; color: var(--ink-soft);
  text-align: left; padding: 14px 18px; vertical-align: top; white-space: nowrap;
}
.ctable tbody td { padding: 14px 18px; font-size: 14.5px; line-height: 1.5; color: var(--ink); vertical-align: top; }
.ctable tbody tr + tr th, .ctable tbody tr + tr td { border-top: 1px solid var(--line); }
.ctable td.is-better { background: var(--green-50); }
.ctable .cell-pos { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; color: var(--green-700); }
.ctable .cell-pos svg { color: var(--green-600); }
.ctable .cell-mute { color: var(--ink-mute); }
.ctable .paychip-row { display: flex; flex-wrap: wrap; gap: 5px; }
.ctable .stars { vertical-align: middle; }
.ctable-note { margin-top: 12px; font-size: 13px; color: var(--ink-mute); }

/* ---------- Vergleichsblöcke (Regulierung/Sicherheit) ---------- */
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.compare-col { display: flex; flex-direction: column; gap: 14px; }
.compare-col-head {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--green-950);
}
.compare-col-head .ex-logo { width: 34px; height: 34px; font-size: 13px; }

/* ---------- Stärken & Schwächen ---------- */
.sw-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.sw-block { background: var(--surface); border: 1.5px solid var(--line); border-radius: var(--r-lg); padding: 20px 22px; }
.sw-block-head { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.sw-block-head .versus-name { font-size: 18px; }

/* ---------- Hinweis-Box ---------- */
.duell-hinweis { display: flex; gap: 12px; margin-top: 18px; padding: 16px 18px; background: var(--sand); border: 1px solid var(--line); border-radius: var(--r-md); font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }
.duell-hinweis svg { flex: none; color: var(--ink-mute); margin-top: 1px; }
.duell-hinweis strong { color: var(--ink); }

/* ---------- FAQ (eigenständig, ohne Sticky-Grid) ---------- */
.duell-faq .faq-list { max-width: 860px; }

/* ---------- Weitere Vergleiche ---------- */
.related-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.related-col-h { font-family: var(--font-display); font-weight: 800; font-size: 14px; color: var(--green-900); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.related-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.related-chip {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 9px 14px; border-radius: var(--r-pill);
  border: 1.5px solid var(--line); background: var(--surface);
  font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--ink-soft);
  transition: all .15s;
}
.related-chip:hover { border-color: var(--green-400); color: var(--green-700); background: var(--green-50); transform: translateY(-1px); }
.related-chip svg { color: var(--ink-mute); }

/* ---------- CTA-Buttons-Reihe ---------- */
.duell-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }

/* ---------- Hub-Seite ---------- */
.hub-pop { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hub-pop-card {
  display: flex; flex-direction: column; gap: 10px; padding: 20px;
  background: var(--surface); border: 1.5px solid var(--line); border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm); transition: transform .16s, box-shadow .2s, border-color .2s;
}
.hub-pop-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--green-200); }
.hub-pop-pair { display: flex; align-items: center; gap: 10px; }
.hub-pop-pair .ex-logo { width: 38px; height: 38px; font-size: 14px; }
.hub-pop-vs { font-family: var(--font-display); font-weight: 800; font-size: 13px; color: var(--ink-mute); }
.hub-pop-t { font-family: var(--font-display); font-weight: 800; font-size: 17px; color: var(--green-950); }
.hub-pop-d { font-size: 14px; color: var(--ink-soft); line-height: 1.5; flex: 1; }
.hub-pop-go { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--green-700); }

.hub-ex { border-top: 1px solid var(--line); padding-top: 22px; margin-top: 22px; }
.hub-ex-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.hub-ex-head .ex-logo { width: 40px; height: 40px; font-size: 15px; }
.hub-ex-name { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--green-950); }
.hub-ex-tag { font-size: 13.5px; color: var(--ink-mute); }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .verdict-grid, .compare-grid, .sw-grid, .related-cols { grid-template-columns: 1fr; }
  .hub-pop { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .versus { gap: 14px; }
  .versus-side { min-width: 120px; }
  .versus-vs { width: 46px; height: 46px; font-size: 16px; }
}
