/* ============================================================
   Info-Seite – Stylesheet
   Erweitert shared/theme.css mit Info-spezifischen Komponenten
   ============================================================ */

/* ---------- Sticky TOC bar ---------- */
.info-toc-bar {
  position: sticky;
  top: 116px;
  background: rgba(255,255,255,0.94);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--sh-line);
  z-index: 4;
}
.info-toc-bar-inner {
  max-width: var(--sh-container);
  margin: 0 auto;
  padding: 0 var(--sh-pad);
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}
.info-toc-bar-inner::-webkit-scrollbar { display: none; }
.info-toc-bar a {
  display: inline-block;
  flex-shrink: 0;
  padding: 14px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--sh-ink-soft, #555);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color .15s, border-color .15s;
}
.info-toc-bar a:hover { color: var(--sh-ink); }
.info-toc-bar a.active {
  color: var(--sh-red);
  border-bottom-color: var(--sh-red);
}

/* ---------- Hero ---------- */
.info-hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 960px) { .info-hero-grid { grid-template-columns: 1fr; gap: 40px; } }

/* ---------- Generic two/three col grids used by chapters ---------- */
.info-three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  align-items: start;
}
@media (max-width: 900px) {
  .info-two-col { grid-template-columns: 1fr !important; gap: 36px !important; }
  .info-three-col { grid-template-columns: 1fr !important; }
  .info-kt-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .info-pros-cons { grid-template-columns: 1fr !important; }
  .info-qs-inner { grid-template-columns: 1fr !important; gap: 36px !important; }
  .info-stat-row { grid-template-columns: 1fr !important; gap: 16px !important; }
  .info-kernbereiche-cards { grid-template-columns: 1fr !important; gap: 12px !important; }

  /* Verhindert Overflow durch breite Inhalte (URLs, Code, lange Wörter) */
  .info-two-col > *,
  .info-three-col > *,
  .info-kt-grid > *,
  .info-pros-cons > *,
  .info-qs-inner > *,
  .info-stat-row > * { min-width: 0 !important; }

  /* Kap. 6 — Editorial long-form (Inhouse-Block) */
  .info-two-col-edt {
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 28px !important;
  }
  .info-two-col-edt > * {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
    padding-top: 0 !important;
  }

  /* Kap. 8 — FAQ Split (Headline + Content) */
  .sh-split-2 {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
}
@media (max-width: 620px) {
  .info-kt-grid { grid-template-columns: 1fr !important; }
}

/* ---------- Slider styles ---------- */
.info-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: var(--sh-line, #e6e6e3);
  border-radius: 999px;
  outline: none;
}
.info-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px; height: 22px;
  background: var(--sh-red, #E21F27);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(226,31,39,0.4);
}
.info-slider::-moz-range-thumb {
  width: 22px; height: 22px;
  background: var(--sh-red, #E21F27);
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  box-shadow: 0 2px 8px rgba(226,31,39,0.4);
}
.info-slider-dark {
  background: rgba(255,255,255,0.12);
}
.info-step-row { /* fallback collapse */ }
@media (max-width: 600px) {
  .info-step-row { grid-template-columns: 1fr !important; gap: 8px !important; }
}

.info-hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid var(--sh-line);
  flex-wrap: wrap;
}
.info-hero-stat { display: flex; flex-direction: column; gap: 4px; }
.info-hero-stat-num { font-size: 30px; font-weight: 800; color: var(--sh-ink); letter-spacing: -0.02em; }
.info-hero-stat-label { font-size: 13px; color: var(--sh-ink-soft, #666); text-transform: uppercase; letter-spacing: 1.2px; font-weight: 600; }

.info-hero-aside {
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-r-lg);
  padding: 32px;
  box-shadow:
    0 18px 36px -14px rgba(15,23,42,0.16),
    0 6px 14px -6px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,0.9);
  position: sticky;
  top: 120px;
}
.info-hero-aside h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 800;
  color: var(--sh-ink);
  margin: 0 0 20px;
}
.info-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  counter-reset: toc;
}
.info-toc-list li a {
  display: flex;
  gap: 14px;
  padding: 12px 12px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--sh-ink);
  text-decoration: none;
  transition: background .15s, color .15s;
}
.info-toc-list li a:hover { background: var(--sh-soft); color: var(--sh-red); }
.info-toc-list .num {
  font-weight: 800;
  color: var(--sh-red);
  font-variant-numeric: tabular-nums;
  min-width: 26px;
}

/* ---------- Anchors (offset for sticky header + toc) ---------- */
.info-anchor {
  display: block;
  position: relative;
  top: -120px;
  height: 0;
}

/* ---------- Section coloring ---------- */
.info-sec-white { background: #fff; }
.info-sec-soft { background: var(--sh-bg, #fafafa); }

.info-chap-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  color: var(--sh-red);
  text-transform: uppercase;
  margin-bottom: 14px;
  padding: 6px 14px;
  background: var(--sh-red-50, #fff0f0);
  border-radius: 999px;
}

/* ---------- Two column long-form ---------- */
.info-two-col {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 48px;
  align-items: start;
}
@media (max-width: 900px) { .info-two-col { grid-template-columns: 1fr; gap: 36px; } }

.info-richtext p {
  font-size: 17px;
  line-height: 1.75;
  color: var(--sh-ink);
  margin: 0 0 18px;
}
.info-richtext p strong { font-weight: 700; }
.info-richtext h3 {
  font-size: 22px;
  font-weight: 800;
  margin: 32px 0 14px;
  letter-spacing: -0.01em;
}

/* ---------- Callout box ---------- */
.info-callout {
  background: linear-gradient(180deg, #fff 0%, var(--sh-red-50, #fff0f0) 100%);
  border: 1px solid var(--sh-line);
  border-radius: 14px;
  padding: 26px 30px;
  box-shadow:
    0 18px 36px -14px rgba(15,23,42,0.20),
    0 6px 12px -4px rgba(15,23,42,0.10),
    inset 0 1px 0 rgba(255,255,255,0.95);
  transition: transform 240ms cubic-bezier(0.2,0.8,0.2,1), box-shadow 240ms cubic-bezier(0.2,0.8,0.2,1);
  will-change: transform;
}
.info-callout:hover {
  transform: translateY(-4px);
  box-shadow:
    0 28px 50px -16px rgba(15,23,42,0.26),
    0 10px 18px -6px rgba(15,23,42,0.14),
    inset 0 1px 0 rgba(255,255,255,0.95);
}
.info-callout p {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--sh-ink);
}

/* ---------- Tables ---------- */
.info-table-wrap { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; border-radius: 12px; }
.info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 18px 36px -14px rgba(15,23,42,0.16),
    0 6px 14px -6px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,0.9);
}
.info-table thead th {
  background: var(--sh-ink);
  color: #fff;
  text-align: left;
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.info-table tbody tr {
  transition: background 180ms cubic-bezier(0.2,0.8,0.2,1), transform 180ms cubic-bezier(0.2,0.8,0.2,1);
}
.info-table tbody tr:hover {
  background: rgba(226,31,39,0.10);
  box-shadow: inset 3px 0 0 var(--sh-red);
}
.info-table tbody tr:hover td:first-child {
  color: var(--sh-red);
  font-weight: 700;
}
.info-table tbody tr:hover td {
  border-bottom-color: rgba(226,31,39,0.18);
}
.info-table tbody td {
  padding: 14px 18px;
  border-bottom: 1px solid var(--sh-line);
  transition: color 180ms cubic-bezier(0.2,0.8,0.2,1);
  vertical-align: middle;
}
.info-table tbody tr:last-child td { border-bottom: 0; }

/* Stat-Row Hover-Effekt — Zahl skaliert + roter Glow */
.info-stat-row > div { cursor: default; }
.info-stat-row > div > div:first-child {
  transition: transform 280ms cubic-bezier(0.2,0.8,0.2,1), text-shadow 280ms ease, color 200ms ease;
  transform-origin: center;
  will-change: transform;
}
.info-stat-row > div:hover > div:first-child {
  transform: translateY(-2px) scale(1.06);
  text-shadow: 0 8px 24px rgba(226,31,39,0.25);
}
.info-stat-row > div > div:last-child {
  transition: color 200ms ease;
}
.info-stat-row > div:hover > div:last-child {
  color: #1A1A1A !important;
}
@media (max-width: 900px) {
  .info-table { display: block; max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .info-table thead, .info-table tbody { display: table; width: 100%; min-width: 480px; }
}

/* ---------- InfoDefTable: Row-Hover + Right-Col Tint ---------- */
.info-deftable-head {
  gap: 24px;
}
.info-deftable-row {
  transition: background 200ms cubic-bezier(0.2,0.8,0.2,1), box-shadow 200ms;
  cursor: default;
}
.info-deftable-row:not(.info-deftable-head) > div {
  transition: background 200ms cubic-bezier(0.2,0.8,0.2,1), color 200ms;
}
/* Rechte Spalte standardmäßig leicht eingefärbt */
.info-deftable-row:not(.info-deftable-head) > div:nth-child(2) {
  background: #fafaf7;
  margin: -24px -24px -24px 0;
  padding: 24px !important;
}
/* Hover-State */
.info-deftable-row:not(.info-deftable-head):hover {
  box-shadow: inset 4px 0 0 var(--sh-red);
}
.info-deftable-row:not(.info-deftable-head):hover > div:nth-child(1) {
  color: var(--sh-red) !important;
}
.info-deftable-row:not(.info-deftable-head):hover > div:nth-child(2) {
  background: rgba(226,31,39,0.06);
}

/* ---------- InfoCompareTable: Row-Hover ---------- */
.info-cmp-tbl {
  transition: box-shadow 200ms cubic-bezier(0.2,0.8,0.2,1);
  cursor: default;
}
.info-cmp-tbl > div {
  transition: background 200ms cubic-bezier(0.2,0.8,0.2,1), color 200ms;
}
.info-cmp-tbl:hover {
  box-shadow: inset 4px 0 0 var(--sh-red);
}
.info-cmp-tbl:hover > div:nth-child(1) {
  background: #fff !important;
  color: var(--sh-red) !important;
  font-weight: 700 !important;
}
.info-cmp-tbl:hover > div:nth-child(2) {
  background: rgba(226,31,39,0.12) !important;
}
.info-cmp-tbl:hover > div:nth-child(3) {
  background: rgba(16,122,63,0.14) !important;
}

/* ---------- Pros / Cons ---------- */
.info-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 760px) { .info-pros-cons { grid-template-columns: 1fr; } }

.info-pc-card {
  border-radius: var(--sh-r-lg);
  padding: 32px;
  background: #fff;
  border: 1px solid var(--sh-line);
  box-shadow:
    0 18px 36px -14px rgba(15,23,42,0.16),
    0 6px 14px -6px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,0.9);
  transition: transform 280ms cubic-bezier(0.2,0.8,0.2,1), box-shadow 280ms cubic-bezier(0.2,0.8,0.2,1);
}
.info-pc-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 28px 48px -16px rgba(15,23,42,0.22),
    0 12px 20px -8px rgba(15,23,42,0.12),
    inset 0 1px 0 rgba(255,255,255,0.9);
}
.info-pc-card.pros { border-top: 4px solid #059669; }
.info-pc-card.cons { border-top: 4px solid var(--sh-red); }
.info-pc-card h4 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 18px;
}
.info-pc-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.info-pc-card li {
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--sh-ink);
}
.info-pc-card.pros li::before { content: '✓'; position: absolute; left: 0; top: 0; color: #059669; font-weight: 800; font-size: 18px; }
.info-pc-card.cons li::before { content: '✗'; position: absolute; left: 0; top: 0; color: var(--sh-red); font-weight: 800; font-size: 18px; }

/* ---------- Auktion: Formula display ---------- */
.info-formula {
  background: linear-gradient(135deg, #1A1A1A 0%, #2A2A2A 100%);
  border-radius: var(--sh-r-lg);
  padding: 40px 32px;
  text-align: center;
  margin: 32px 0 56px;
  color: #fff;
}
.info-formula-eq {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
}
.info-formula-eq .hl {
  color: var(--sh-red);
  background: rgba(226,31,39,0.12);
  padding: 4px 12px;
  border-radius: 6px;
  margin: 0 4px;
}
.info-formula small {
  display: block;
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  margin-top: 8px;
}

/* ---------- Steps ---------- */
.info-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.info-step {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 32px;
  padding: 36px 24px;
  border-bottom: 1px solid var(--sh-line);
  border-radius: 12px;
  margin: 0 -24px;
  transition: background 220ms cubic-bezier(0.2,0.8,0.2,1), box-shadow 220ms cubic-bezier(0.2,0.8,0.2,1), transform 220ms cubic-bezier(0.2,0.8,0.2,1);
}
.info-step:hover {
  background: rgba(226,31,39,0.04);
  box-shadow: inset 4px 0 0 var(--sh-red), 0 14px 30px -12px rgba(15,23,42,0.18);
  transform: translateX(4px);
}
.info-step:hover .info-step-num {
  color: var(--sh-red);
}
.info-step-num {
  transition: color 220ms cubic-bezier(0.2,0.8,0.2,1);
}
.info-step:last-child { border-bottom: 0; }
.info-step-num {
  font-size: 56px;
  font-weight: 900;
  color: var(--sh-red);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
}
.info-step-body h3 {
  font-size: 19px;
  font-weight: 800;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.info-step-body p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--sh-ink);
  margin: 0;
}
@media (max-width: 600px) {
  .info-step { grid-template-columns: 1fr; gap: 8px; }
  .info-step-num { font-size: 40px; }
}

/* ---------- Kampagnentypen Grid ---------- */
.info-kt-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 980px) { .info-kt-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .info-kt-grid { grid-template-columns: 1fr; } }
.info-kt-card {
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-r-lg);
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow:
    0 18px 36px -14px rgba(15,23,42,0.16),
    0 6px 14px -6px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,0.9);
  transition: transform 280ms cubic-bezier(0.2,0.8,0.2,1), box-shadow 280ms cubic-bezier(0.2,0.8,0.2,1);
}
.info-kt-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 28px 48px -16px rgba(15,23,42,0.22),
    0 12px 20px -8px rgba(15,23,42,0.12),
    inset 0 1px 0 rgba(255,255,255,0.9);
}
.info-kt-icon {
  width: 48px; height: 48px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--sh-red-50, #fff0f0);
  color: var(--sh-red);
  border-radius: 10px;
}
.info-kt-card h3 {
  font-size: 17px;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.01em;
}
.info-kt-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--sh-ink);
  margin: 0;
  flex: 1;
}
.info-kt-tag {
  align-self: flex-start;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: var(--sh-soft);
  color: var(--sh-ink-soft, #555);
  padding: 5px 12px;
  border-radius: 999px;
}
.info-kt-tag.best { background: var(--sh-red); color: #fff; }

/* ---------- Affiliate-Seite: Hover-Verstärkung für Rows & Tiles ---------- */
.aff-reco-row {
  transition: background 180ms cubic-bezier(0.2,0.8,0.2,1), box-shadow 180ms cubic-bezier(0.2,0.8,0.2,1), transform 180ms cubic-bezier(0.2,0.8,0.2,1);
  padding-left: 12px !important;
  padding-right: 12px !important;
  border-radius: 8px;
}
.aff-reco-row:hover {
  background: rgba(226,31,39,0.04);
  box-shadow: inset 3px 0 0 var(--sh-red);
}
.aff-score-grid > div {
  transition: transform 240ms cubic-bezier(0.2,0.8,0.2,1), background 240ms cubic-bezier(0.2,0.8,0.2,1);
  cursor: default;
}
.aff-score-grid > div:hover {
  background: #FAFAFA !important;
  transform: translateY(-2px);
}

/* ---------- CPC bar ---------- */
.info-cpc-bar {
  display: flex; align-items: center; gap: 12px;
}
.info-cpc-bar-bg {
  flex: 1;
  height: 8px;
  background: var(--sh-line);
  border-radius: 999px;
  overflow: hidden;
  min-width: 80px;
}
.info-cpc-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #FBBF24, #E21F27);
  border-radius: 999px;
}

/* ---------- Qualitätsfaktor calculator ---------- */
.info-qs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 900px) { .info-qs-grid { grid-template-columns: 1fr; } }

.info-qs-controls {
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-r-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow:
    0 18px 36px -14px rgba(15,23,42,0.16),
    0 6px 14px -6px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,0.9);
}
.info-qs-slider-row {
  display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px;
}
.info-qs-slider label { font-size: 14px; font-weight: 700; color: var(--sh-ink); }
.info-qs-slider-val {
  font-size: 18px;
  font-weight: 800;
  color: var(--sh-red);
  font-variant-numeric: tabular-nums;
}
.info-qs-slider small { display: block; margin-top: 6px; font-size: 12.5px; color: var(--sh-ink-soft, #777); }

.info-range {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: var(--sh-line);
  border-radius: 999px;
  outline: none;
}
.info-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px; height: 22px;
  background: var(--sh-red);
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(226,31,39,0.4);
}
.info-range::-moz-range-thumb {
  width: 22px; height: 22px;
  background: var(--sh-red);
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  box-shadow: 0 2px 8px rgba(226,31,39,0.4);
}

.info-qs-result {
  background: linear-gradient(160deg, #fff 0%, var(--sh-soft) 100%);
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-r-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  box-shadow:
    0 18px 36px -14px rgba(15,23,42,0.16),
    0 6px 14px -6px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,0.9);
}
.info-qs-score {
  display: flex; flex-direction: column; align-items: center;
  padding: 28px;
  background: #fff;
  border-radius: 16px;
  border: 3px solid;
  box-shadow:
    0 10px 22px -8px rgba(15,23,42,0.16),
    0 4px 8px -3px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,0.95);
}
.info-qs-score-label { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.4px; color: var(--sh-ink-soft, #666); }
.info-qs-score-num { font-size: 96px; font-weight: 900; line-height: 1; letter-spacing: -0.04em; margin: 8px 0; font-variant-numeric: tabular-nums; }
.info-qs-score-state { font-size: 16px; font-weight: 700; }
.info-qs-cpc-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
}
.info-qs-cpc-block {
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: 10px;
  padding: 16px;
  display: flex; flex-direction: column; gap: 4px;
  box-shadow:
    0 10px 22px -8px rgba(15,23,42,0.16),
    0 4px 8px -3px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,0.95);
}
.info-qs-cpc-block .lbl { font-size: 11px; text-transform: uppercase; letter-spacing: 1.2px; font-weight: 700; color: var(--sh-ink-soft, #666); }
.info-qs-cpc-block .val { font-size: 26px; font-weight: 800; color: var(--sh-ink); font-variant-numeric: tabular-nums; }
.info-qs-cpc-block.green .val { color: #059669; }

/* ---------- Selbst vs Agentur table ---------- */
.info-vs-table { font-size: 14.5px; }
.info-vs-table tbody td { padding: 16px 18px; }
.info-vs-table tbody tr td:nth-child(3) {
  background: rgba(226,31,39,0.04);
  font-weight: 600;
}

.info-vs-recommendations {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 36px;
}
@media (max-width: 760px) { .info-vs-recommendations { grid-template-columns: 1fr; } }
.info-vs-card {
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-r-lg);
  padding: 28px;
  box-shadow:
    0 18px 36px -14px rgba(15,23,42,0.16),
    0 6px 14px -6px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,0.9);
  transition: transform 280ms cubic-bezier(0.2,0.8,0.2,1), box-shadow 280ms cubic-bezier(0.2,0.8,0.2,1);
}
.info-vs-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 28px 48px -16px rgba(15,23,42,0.22),
    0 12px 20px -8px rgba(15,23,42,0.12),
    inset 0 1px 0 rgba(255,255,255,0.9);
}
.info-vs-card.highlight {
  border: 2px solid var(--sh-red);
  background: var(--sh-red-50, #fff0f0);
}
.info-vs-card h4 { font-size: 17px; font-weight: 800; margin: 0 0 16px; letter-spacing: -0.01em; }
.info-vs-card ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.info-vs-card li {
  position: relative;
  padding-left: 24px;
  font-size: 14.5px;
  line-height: 1.6;
}
.info-vs-card li::before {
  content: '→';
  position: absolute;
  left: 0; top: 0;
  color: var(--sh-red);
  font-weight: 800;
}

/* ---------- Fehler list ---------- */
.info-err-list { display: flex; flex-direction: column; gap: 16px; }
.info-err {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--sh-line);
  border-radius: var(--sh-r-lg);
  border-left: 4px solid var(--sh-red);
  box-shadow:
    0 18px 36px -14px rgba(15,23,42,0.16),
    0 6px 14px -6px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,0.9);
  transition: transform 280ms cubic-bezier(0.2,0.8,0.2,1), box-shadow 280ms cubic-bezier(0.2,0.8,0.2,1);
}
.info-err:hover {
  transform: translateY(-4px);
  box-shadow:
    0 28px 48px -16px rgba(15,23,42,0.22),
    0 12px 20px -8px rgba(15,23,42,0.12),
    inset 0 1px 0 rgba(255,255,255,0.9);
}
.info-err-num {
  font-size: 56px;
  font-weight: 900;
  color: var(--sh-red);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
}
.info-err-body h3 { font-size: 19px; font-weight: 800; margin: 0 0 12px; letter-spacing: -0.01em; }
.info-err-tags {
  display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 14px;
}
.info-err-tags span {
  font-size: 12.5px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.info-err-tags .bad { background: rgba(226,31,39,0.08); color: var(--sh-red); }
.info-err-tags .good { background: rgba(5,150,105,0.08); color: #059669; }
.info-err-body p { font-size: 14.5px; line-height: 1.7; color: var(--sh-ink); margin: 0; }
@media (max-width: 600px) {
  .info-err { grid-template-columns: 1fr; gap: 8px; }
  .info-err-num { font-size: 36px; }
}

/* ---------- FAQ ---------- */
.info-faq-list { display: flex; flex-direction: column; gap: 12px; }
.info-faq-item {
  border: 1px solid var(--sh-line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow:
    0 10px 22px -8px rgba(15,23,42,0.12),
    0 4px 8px -3px rgba(15,23,42,0.06),
    inset 0 1px 0 rgba(255,255,255,0.95);
  transition: border-color .15s, box-shadow .25s, transform .25s;
}
.info-faq-item:hover {
  transform: translateY(-2px);
  box-shadow:
    0 18px 30px -10px rgba(15,23,42,0.18),
    0 6px 12px -4px rgba(15,23,42,0.1),
    inset 0 1px 0 rgba(255,255,255,0.95);
}
.info-faq-item.open {
  border-color: var(--sh-red);
  box-shadow:
    0 28px 48px -16px rgba(226,31,39,0.22),
    0 12px 20px -8px rgba(15,23,42,0.12),
    inset 0 1px 0 rgba(255,255,255,0.95);
}
.info-faq-item .sh-faq-q {
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 22px 26px;
  font-size: 17px;
  font-weight: 700;
  color: var(--sh-ink);
  cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  letter-spacing: -0.01em;
}
.info-faq-item .sh-faq-icon {
  display: inline-flex;
  width: 36px; height: 36px;
  align-items: center; justify-content: center;
  background: var(--sh-soft);
  border-radius: 50%;
  transition: transform .25s var(--sh-ease, ease), background .15s, color .15s;
  color: var(--sh-ink-soft, #555);
  flex-shrink: 0;
}
.info-faq-item.open .sh-faq-icon { transform: rotate(180deg); background: var(--sh-red); color: #fff; }
.info-faq-item .sh-faq-a {
  padding: 0 26px 24px;
  font-size: 15.5px;
  line-height: 1.75;
  color: var(--sh-ink);
}
.info-faq-item .sh-faq-a p { margin: 0; }

/* ---------- Final CTA ---------- */
.info-final-cta {
  background: linear-gradient(135deg, #1A1A1A 0%, #2A2A2A 60%, #3A1A1A 100%);
  color: #fff;
  padding: clamp(64px, 9vw, 112px) 0;
  position: relative;
  overflow: hidden;
}
.info-final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(226,31,39,0.18) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(226,31,39,0.12) 0%, transparent 40%);
  pointer-events: none;
}
.info-final-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 880px) { .info-final-inner { grid-template-columns: 1fr; } }
.info-final-eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sh-red);
  margin-bottom: 18px;
  padding: 6px 14px;
  background: rgba(226,31,39,0.12);
  border-radius: 999px;
  border: 1px solid rgba(226,31,39,0.25);
}
.info-final-h {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 18px;
  color: #fff;
}
.info-final-p {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(255,255,255,0.78);
  margin: 0;
  max-width: 560px;
}
.info-final-actions {
  display: flex; flex-direction: column; gap: 14px;
}
.info-final-tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 28px;
  border-radius: var(--sh-r-md, 8px);
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.4);
  transition: background .15s, border-color .15s;
}
.info-final-tel:hover { background: rgba(255,255,255,0.08); border-color: #fff; }


/* ============================================================
   QS-Rechner (übernommen von Google Ads Agentur)
   ============================================================ */
@keyframes shQsFadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {
  .sh-qs-comp-grid { grid-template-columns: 1fr !important; }
  .sh-qs-grid { grid-template-columns: 1fr !important; }
  .sh-qs-result { grid-template-columns: 1fr !important; }
  .sh-reco-grid { grid-template-columns: 1fr !important; }
}
@media (max-width: 700px) {
  .sh-qs-cpc-row { grid-template-columns: 44px 1fr 90px 100px !important; gap: 8px !important; font-size: 12.5px !important; }
  .sh-qs-cpc-head { font-size: 10px !important; }
  .sh-qs-cpc-bar > div { display: none !important; }
  .sh-qs-cpc-bar { gap: 0 !important; }
}
@media (max-width: 480px) {
  .sh-qs-segments { grid-template-columns: 1fr !important; }
  .sh-qs-segments button { font-size: 12px !important; padding: 10px 12px !important; }
  .sh-qs-cpc-row { grid-template-columns: 36px 64px 1fr 1fr !important; gap: 6px !important; padding: 10px 0 !important; font-size: 12px !important; }
  .sh-qs-cpc-row > div:first-child > span:first-child { width: 26px !important; height: 26px !important; font-size: 11px !important; }
  .sh-qs-cpc-row > div:first-child > span:last-child { display: none !important; }
  .sh-qs-cpc-head { font-size: 9.5px !important; letter-spacing: 0.8px !important; }
}
