.kvdp {
  --kvdp-black: #111111;
  --kvdp-ink: #192640;
  --kvdp-red: #e64d3d;
  --kvdp-yellow: #f4dc66;
  --kvdp-blue: #bcd0f7;
  --kvdp-mint: #ccebd8;
  --kvdp-lilac: #d7cdfb;
  --kvdp-pink: #efbfd8;
  --kvdp-cream: #f7f3e9;
  --kvdp-line: 2px solid var(--kvdp-black);
  color: var(--kvdp-black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.45;
}
.kvdp *, .kvdp *::before, .kvdp *::after { box-sizing: border-box; }
.kvdp button, .kvdp input, .kvdp select { font: inherit; }
.kvdp button, .kvdp a { -webkit-tap-highlight-color: transparent; }
.kvdp__shell { width: min(1680px, calc(100% - 20px)); margin: 0 auto; }
.kvdp__hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
  gap: 32px;
  align-items: center;
  padding: clamp(32px, 5vw, 76px);
  border: var(--kvdp-line);
  border-radius: 30px;
  background: #f7f5ff;
  box-shadow: 10px 10px 0 var(--kvdp-black);
  overflow: hidden;
  position: relative;
}
.kvdp__hero::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  right: -120px;
  top: -140px;
  background: var(--kvdp-yellow);
  border: var(--kvdp-line);
}
.kvdp__hero-copy { position: relative; z-index: 2; min-width: 0; }
.kvdp__eyebrow, .kvdp__micro-label, .kvdp__micro-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border: var(--kvdp-line);
  border-radius: 999px;
  background: var(--kvdp-red);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.kvdp__hero h1, .kvdp__screen-head h2, .kvdp__result-head h2, .kvdp__method h2, .kvdp__legal h2 {
  margin: 18px 0 20px;
  color: var(--kvdp-ink);
  font-family: Arial Black, Impact, Inter, sans-serif;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: -.055em;
  line-height: .9;
}
.kvdp__hero h1 { max-width: 12ch; font-size: clamp(54px, 7vw, 114px); }
.kvdp__hero h1 span {
  display: inline-block;
  padding: .06em .12em .1em;
  border: var(--kvdp-line);
  background: var(--kvdp-yellow);
  box-shadow: 5px 5px 0 var(--kvdp-black);
  transform: rotate(-1deg);
}
.kvdp__lead { max-width: 790px; font-size: clamp(18px, 1.55vw, 25px); font-weight: 720; line-height: 1.45; }
.kvdp__hero-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 28px; }
.kvdp__button {
  min-height: 54px;
  padding: 12px 21px;
  border: var(--kvdp-line);
  border-radius: 15px;
  font-weight: 950;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease;
}
.kvdp__button:hover { transform: translate(-2px, -2px); }
.kvdp__button--dark { background: var(--kvdp-black); color: #fff; box-shadow: 5px 5px 0 var(--kvdp-red); }
.kvdp__button--ghost { background: #fff; color: var(--kvdp-black); }
.kvdp__button[disabled] { opacity: .4; cursor: not-allowed; transform: none; }
.kvdp__text-link { color: var(--kvdp-black); font-weight: 950; text-decoration-thickness: 3px; text-underline-offset: 5px; }
.kvdp__hero-visual { min-height: 500px; position: relative; z-index: 1; }
.kvdp__hero-card {
  position: absolute;
  inset: 28px 24px 38px 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  border: var(--kvdp-line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 12px 12px 0 var(--kvdp-black);
  transform: rotate(2deg);
}
.kvdp__hero-card strong {
  align-self: center;
  text-align: center;
  color: var(--kvdp-black);
  font-family: Arial Black, Impact, sans-serif;
  font-size: clamp(45px, 4.9vw, 78px);
  letter-spacing: -.06em;
  line-height: .86;
}
.kvdp__hero-orbit {
  position: absolute;
  width: 94px;
  aspect-ratio: 1;
  right: -30px;
  bottom: 42px;
  display: grid;
  place-items: center;
  border: var(--kvdp-line);
  border-radius: 50%;
  background: var(--kvdp-pink);
  font-family: Arial Black, Impact, sans-serif;
  font-size: 34px;
  transform: rotate(-8deg);
}
.kvdp__mini-card {
  position: absolute;
  z-index: 3;
  padding: 15px 18px;
  border: var(--kvdp-line);
  border-radius: 16px;
  box-shadow: 5px 5px 0 var(--kvdp-black);
  font-weight: 950;
  text-transform: uppercase;
  line-height: 1.05;
}
.kvdp__mini-card--mint { left: 0; bottom: 0; background: var(--kvdp-mint); transform: rotate(-4deg); }
.kvdp__mini-card--lilac { right: 0; top: 0; background: var(--kvdp-lilac); transform: rotate(4deg); }
.kvdp__trust-strip {
  margin: 42px 0 28px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: var(--kvdp-line);
  border-radius: 18px;
  background: var(--kvdp-black);
}
.kvdp__trust-strip span { min-height: 72px; display: grid; place-items: center; padding: 14px; color: #fff; font-weight: 900; text-align: center; border-right: 2px solid #fff; }
.kvdp__trust-strip span:last-child { border-right: 0; }
.kvdp__app { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 22px; align-items: start; }
.kvdp__steps { position: sticky; top: 20px; display: grid; gap: 10px; }
.kvdp__step {
  min-height: 78px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: var(--kvdp-line);
  border-radius: 16px;
  background: #fff;
  color: var(--kvdp-black);
  text-align: left;
  cursor: pointer;
}
.kvdp__step b { width: 44px; height: 44px; display: grid; place-items: center; border: var(--kvdp-line); background: var(--kvdp-cream); }
.kvdp__step span { font-weight: 900; }
.kvdp__step.is-active { background: var(--kvdp-yellow); box-shadow: 5px 5px 0 var(--kvdp-black); }
.kvdp__step.is-complete { background: var(--kvdp-mint); }
.kvdp__panel {
  min-width: 0;
  padding: clamp(24px, 3vw, 44px);
  border: var(--kvdp-line);
  border-radius: 26px;
  background: var(--kvdp-cream);
  box-shadow: 8px 8px 0 var(--kvdp-black);
}
.kvdp__screen[hidden] { display: none !important; }
.kvdp__screen-head { margin-bottom: 26px; }
.kvdp__screen-head h2 { max-width: 11ch; font-size: clamp(40px, 5vw, 78px); text-wrap: balance; }
.kvdp__screen-head p { max-width: 920px; margin: 0; font-size: 18px; font-weight: 700; }
.kvdp__field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.kvdp__field--wide { grid-column: 1 / -1; }
.kvdp__field {
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: 17px;
  border: var(--kvdp-line);
  border-radius: 17px;
  background: #fff;
}
.kvdp__field:nth-child(3n + 1) { background: #f3efff; }
.kvdp__field:nth-child(3n + 2) { background: #e2f4e8; }
.kvdp__field:nth-child(3n) { background: #fff4bf; }
.kvdp__field > span { font-weight: 950; }
.kvdp__field input, .kvdp__field select, .kvdp__money-input {
  width: 100%; min-height: 54px; border: var(--kvdp-line); border-radius: 13px; background: #fff; color: var(--kvdp-black); font-weight: 800;
}
.kvdp__field input, .kvdp__field select { padding: 10px 13px; }
.kvdp__money-input { display: grid; grid-template-columns: 1fr auto; align-items: center; overflow: hidden; }
.kvdp__money-input input { border: 0; min-height: 50px; }
.kvdp__money-input i { padding: 0 14px; font-style: normal; font-weight: 950; }
.kvdp__toggle-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 16px; }
.kvdp__toggle-card { display: flex; align-items: flex-start; gap: 12px; padding: 17px; border: var(--kvdp-line); border-radius: 17px; background: var(--kvdp-pink); cursor: pointer; }
.kvdp__toggle-card input { width: 22px; height: 22px; margin-top: 2px; accent-color: var(--kvdp-black); }
.kvdp__toggle-card span { display: grid; gap: 3px; }
.kvdp__toggle-card b { font-size: 16px; }
.kvdp__toggle-card small { line-height: 1.4; }
.kvdp__feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.kvdp__feature-grid label { position: relative; }
.kvdp__feature-grid input { position: absolute; opacity: 0; pointer-events: none; }
.kvdp__feature-grid span { min-height: 66px; display: grid; place-items: center; padding: 12px; border: var(--kvdp-line); border-radius: 16px; background: #fff; font-weight: 900; text-align: center; cursor: pointer; }
.kvdp__feature-grid input:checked + span { background: var(--kvdp-black); color: #fff; box-shadow: 4px 4px 0 var(--kvdp-red); }
.kvdp__sustainability-card { padding: 22px; border: var(--kvdp-line); border-radius: 22px; background: #e3f3e5; box-shadow: 6px 6px 0 var(--kvdp-black); }
.kvdp__choice-row--sustainability { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.kvdp__choice-row--sustainability label { position: relative; display: flex; }
.kvdp__choice-row--sustainability input { position: absolute; opacity: 0; pointer-events: none; }
.kvdp__choice-row--sustainability span { width: 100%; min-height: 92px; display: grid; place-items: center; padding: 14px; border: var(--kvdp-line); border-radius: 24px; background: #fff; font-weight: 950; text-align: center; cursor: pointer; }
.kvdp__choice-row--sustainability input:checked + span { background: var(--kvdp-black); color: #fff; box-shadow: 4px 4px 0 var(--kvdp-red); }
.kvdp__sustainability-notes { margin-top: 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.kvdp__sustainability-notes article { padding: 16px; border: var(--kvdp-line); border-radius: 18px; background: #fff; }
.kvdp__sustainability-notes b { display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border: var(--kvdp-line); border-radius: 10px; background: var(--kvdp-yellow); }
.kvdp__sustainability-notes h4 { margin: 10px 0 6px; font-size: 18px; }
.kvdp__sustainability-notes p { margin: 0; font-size: 14px; }
.kvdp__form-nav { margin-top: 28px; display: grid; grid-template-columns: auto minmax(120px, 1fr) auto; gap: 16px; align-items: center; }
.kvdp__progress { height: 14px; overflow: hidden; border: var(--kvdp-line); border-radius: 999px; background: #fff; }
.kvdp__progress span { display: block; height: 100%; background: var(--kvdp-blue); transition: width .25s ease; }
.kvdp__loading { min-height: 360px; display: grid; place-content: center; grid-auto-flow: column; gap: 10px; align-items: center; text-align: center; }
.kvdp__loading[hidden] { display: none; }
.kvdp__loading span { width: 16px; height: 16px; border-radius: 50%; background: var(--kvdp-black); animation: kvdpBounce 1s infinite alternate; }
.kvdp__loading span:nth-child(2) { animation-delay: .15s; }.kvdp__loading span:nth-child(3) { animation-delay: .3s; }
.kvdp__loading b { grid-column: 1 / -1; margin-top: 12px; }
@keyframes kvdpBounce { to { transform: translateY(-10px); } }
.kvdp__app.is-results-mode { grid-template-columns: 1fr; }
.kvdp__app.is-results-mode .kvdp__steps { position: static; grid-template-columns: repeat(9, minmax(125px, 1fr)); overflow-x: auto; }
.kvdp__app.is-results-mode .kvdp__step { min-height: 70px; }
.kvdp__result-head { display: grid; grid-template-columns: 1fr; gap: 14px; align-items: start; }
.kvdp__result-head h2 { max-width: 10ch; font-size: clamp(44px, 5.4vw, 82px); text-wrap: balance; }
.kvdp__result-head p { max-width: 760px; margin: 0; font-weight: 700; }
.kvdp__result-head-main { display: grid; gap: 8px; }
.kvdp__context-grid { margin: 18px 0 28px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.kvdp__context-card { min-height: 132px; padding: 16px 18px; border: var(--kvdp-line); border-radius: 18px; background: #fff; display: grid; align-content: start; gap: 6px; }
.kvdp__context-card:nth-child(2) { background: var(--kvdp-mint); }
.kvdp__context-card:nth-child(3) { background: var(--kvdp-blue); }
.kvdp__context-card:nth-child(4) { background: var(--kvdp-yellow); }
.kvdp__context-card span { color: #a13c20; font-size: 11px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.kvdp__context-card b { font-size: 22px; line-height: 1.05; }
.kvdp__context-card small { line-height: 1.35; }
.kvdp__context-card--dark { background: var(--kvdp-black) !important; color: #fff; box-shadow: 5px 5px 0 var(--kvdp-red); }
.kvdp__context-card--dark span { color: var(--kvdp-yellow); }
.kvdp__summary-grid { margin: 24px 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.kvdp__summary-grid article { min-height: 120px; padding: 15px; border: var(--kvdp-line); background: #fff; }
.kvdp__summary-grid article:nth-child(2) { background: var(--kvdp-mint); }.kvdp__summary-grid article:nth-child(3) { background: var(--kvdp-blue); }.kvdp__summary-grid article:nth-child(4) { background: var(--kvdp-lilac); }.kvdp__summary-grid article:nth-child(5) { background: var(--kvdp-pink); }
.kvdp__summary-grid span { display: block; color: #a13c20; font-size: 11px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }
.kvdp__summary-grid b { display: block; margin: 8px 0 5px; font-size: 23px; line-height: 1; }
.kvdp__summary-grid small { line-height: 1.35; }
.kvdp__documents-overview { margin: 22px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; padding: 22px; border: var(--kvdp-line); border-radius: 20px; background: var(--kvdp-blue); }
.kvdp__documents-overview h3 { margin: 10px 0 8px; font-size: 28px; line-height: 1; }.kvdp__documents-overview p { margin: 0; }
.kvdp__documents-overview ul { margin: 0; padding-left: 22px; columns: 2; column-gap: 30px; }.kvdp__documents-overview li { break-inside: avoid; margin-bottom: 8px; }
.kvdp__coverage-note { margin: 20px 0; padding: 14px 16px; border: var(--kvdp-line); border-radius: 14px; background: #ffeb9d; }
.kvdp__results-list { display: grid; gap: 22px; }
.kvdp__result-card { border: 3px solid var(--kvdp-black); border-radius: 28px; overflow: hidden; background: #fff; box-shadow: 8px 8px 0 var(--kvdp-blue); }
.kvdp__result-card.is-excluded { opacity: .72; }
.kvdp__editorial-layout { display: grid; grid-template-columns: 215px minmax(0, 1fr) 260px; align-items: stretch; }
.kvdp__editorial-side--left { min-width: 0; display: flex; flex-direction: column; gap: 18px; padding: 22px 16px; border-right: var(--kvdp-line); background: var(--kvdp-lilac); }
.kvdp__result-card:nth-child(2n) .kvdp__editorial-side--left { background: #dfeee7; }
.kvdp__result-card:nth-child(3n) .kvdp__editorial-side--left { background: #dce7ff; }
.kvdp__rank-mini, .kvdp__score-stamp { width: fit-content; min-width: 70px; min-height: 48px; display: grid; place-items: center; padding: 8px 12px; border: var(--kvdp-line); background: #fff; font-family: Arial Black, Impact, sans-serif; }
.kvdp__brand-logo { width: 126px; height: 66px; display: grid; place-items: center; padding: 9px; border: var(--kvdp-line); background: #fff; overflow: hidden; }
.kvdp__brand-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }.kvdp__brand-logo span { display: none; font-size: 22px; font-weight: 950; }.kvdp__brand-logo.is-broken img { display: none; }.kvdp__brand-logo.is-broken span { display: block; }
.kvdp__side-copy { min-width: 0; }.kvdp__side-copy > span { color: #a63f1c; font-size: 11px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.kvdp__side-copy h3 { margin: 4px 0 7px; font-family: Arial Black, Impact, sans-serif; font-size: clamp(22px, 2vw, 30px); line-height: .94; letter-spacing: -.04em; overflow-wrap: anywhere; hyphens: auto; }.kvdp__side-copy p { margin: 0; font-weight: 800; overflow-wrap: anywhere; }
.kvdp__score-stamp { margin-top: auto; font-size: 20px; }
.kvdp__editorial-main { min-width: 0; padding: 17px; background: var(--kvdp-cream); }
.kvdp__editorial-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 15px; align-items: start; margin-bottom: 13px; }
.kvdp__micro-kicker { background: #fff; color: var(--kvdp-black); font-size: 10px; }
.kvdp__editorial-head h3 { margin: 8px 0 4px; font-family: Arial Black, Impact, sans-serif; font-size: clamp(27px, 2.7vw, 37px); line-height: .98; letter-spacing: -.04em; }.kvdp__editorial-head p { margin: 0; font-weight: 800; }
.kvdp__editorial-badge { min-width: 116px; padding: 10px; border: var(--kvdp-line); background: #fff6c9; text-align: center; }.kvdp__editorial-badge b { display: block; font-size: 24px; }.kvdp__editorial-badge span { display: block; font-size: 10px; font-weight: 950; text-transform: uppercase; }
.kvdp__metric-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.kvdp__metric-card { min-height: 102px; padding: 12px; border: 1.8px solid #bcb8ae; background: #fff; }.kvdp__metric-card:nth-child(3n) { background: #efeffb; }
.kvdp__metric-card span { display: block; color: #b33f1c; font-size: 11px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }.kvdp__metric-card b { display: block; margin: 6px 0 4px; font-size: 20px; line-height: 1.03; }.kvdp__metric-card small { display: block; line-height: 1.35; }
.kvdp__status-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 13px 0; }
.kvdp__status { min-height: 34px; display: inline-flex; align-items: center; padding: 6px 11px; border: 1.8px solid var(--kvdp-black); border-radius: 999px; font-size: 11px; font-weight: 900; line-height: 1.2; }
.kvdp__status--good { background: #d9f1df; }.kvdp__status--warn { background: #ffeda1; }.kvdp__status--bad { background: #ffd7d2; }.kvdp__status--data { background: var(--kvdp-lilac); }.kvdp__status--sustainable { background: var(--kvdp-mint); }
.kvdp__details-toggle { width: 100%; min-height: 56px; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 15px; border: var(--kvdp-line); border-radius: 15px; background: #fff; font-weight: 950; cursor: pointer; }.kvdp__details-toggle b { width: 32px; height: 32px; display: grid; place-items: center; border: var(--kvdp-line); border-radius: 50%; background: var(--kvdp-yellow); }
.kvdp__details-content { margin-top: 12px; }.kvdp__reason-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.kvdp__reason-box { padding: 15px; border: var(--kvdp-line); border-radius: 16px; }.kvdp__reason-box--why { background: #e9f5ed; }.kvdp__reason-box--check { background: #fff4cd; }.kvdp__reason-box h4 { margin: 0 0 10px; }.kvdp__reason-box ul { margin: 0; padding-left: 20px; }.kvdp__reason-box li { margin-bottom: 6px; }
.kvdp__target-groups, .kvdp__growth-box { margin-top: 12px; padding: 14px; border: var(--kvdp-line); border-radius: 15px; background: var(--kvdp-blue); }.kvdp__target-groups h4 { margin: 0 0 8px; }.kvdp__target-groups div { display: flex; flex-wrap: wrap; gap: 7px; }.kvdp__target-groups span { padding: 5px 8px; border: 1.5px solid var(--kvdp-black); border-radius: 999px; background: #fff; font-size: 12px; font-weight: 800; }.kvdp__growth-box span, .kvdp__growth-box b { display: block; }.kvdp__growth-box span { font-size: 11px; font-weight: 950; text-transform: uppercase; }.kvdp__growth-box b { margin-top: 5px; }
.kvdp__result-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }.kvdp__result-actions button { min-height: 44px; padding: 10px 13px; border: var(--kvdp-line); border-radius: 12px; background: #fff; cursor: pointer; }
.kvdp__fineprint { margin: 13px 0 0; font-size: 11px; line-height: 1.45; color: #565656; }
.kvdp__editorial-side--right { min-width: 0; display: flex; flex-direction: column; gap: 14px; padding: 18px 15px; border-left: var(--kvdp-line); background: #050505; color: #fff; }
.kvdp__side-badge { padding: 12px 9px; border: 2px solid #d7bd4e; background: var(--kvdp-yellow); color: #111; font-size: 13px; font-weight: 950; line-height: 1.15; text-align: center; text-transform: uppercase; }
.kvdp__rail-highlight { padding: 14px; border: 2px solid var(--kvdp-yellow); border-radius: 16px; }.kvdp__rail-highlight span { display: block; color: var(--kvdp-yellow); font-size: 10px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }.kvdp__rail-highlight b { display: block; margin: 8px 0; font-family: Arial Black, Impact, sans-serif; font-size: 23px; line-height: .96; overflow-wrap: anywhere; }.kvdp__rail-highlight p { margin: 0; font-size: 13px; line-height: 1.45; }
.kvdp__bonus-box { padding: 13px; border: 2px solid #c6c9fb; border-radius: 16px; background: #d9defe; color: #111; box-shadow: 4px 4px 0 rgba(255,255,255,.25); }.kvdp__bonus-box span { display: block; color: #a13a5d; font-size: 10px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }.kvdp__bonus-box b { display: block; margin: 5px 0; font-size: 20px; }.kvdp__bonus-box small { display: block; line-height: 1.35; }
.kvdp__offer-area { margin-top: auto; display: grid; gap: 9px; }.kvdp__offer-area > small { color: rgba(255,255,255,.8); font-size: 9.5px; line-height: 1.35; }
.kvdp__offer-action { width: 100%; min-height: 104px; display: grid; grid-template-columns: minmax(0, 1fr) 46px; gap: 10px; align-items: center; padding: 13px 12px 13px 16px; border: 3px solid #fff; border-radius: 18px; background: var(--kvdp-yellow); color: #111; box-shadow: 6px 6px 0 var(--kvdp-red); cursor: pointer; overflow: hidden; }
.kvdp__offer-action span { min-width: 0; display: block; text-align: left; }.kvdp__offer-action small { display: block; margin-bottom: 5px; font-size: 9px; font-weight: 950; letter-spacing: .1em; text-transform: uppercase; }.kvdp__offer-action b { display: block; font-family: Arial Black, Impact, sans-serif; font-size: 22px; line-height: .88; letter-spacing: -.035em; }
.kvdp__offer-action em { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 11px; background: #000; color: #fff; font-size: 27px; font-style: normal; }.kvdp__offer-action.is-disabled { opacity: .62; cursor: not-allowed; }
.kvdp__method { margin-top: 46px; padding: clamp(26px, 4vw, 58px); border: var(--kvdp-line); border-radius: 26px; background: #ffeba0; box-shadow: 8px 8px 0 var(--kvdp-black); }.kvdp__method h2 { font-size: clamp(48px, 6vw, 92px); }.kvdp__method-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }.kvdp__method-grid article { min-height: 184px; padding: 18px; border: var(--kvdp-line); border-radius: 17px; background: #fff; }.kvdp__method-grid article:nth-child(2) { background: var(--kvdp-mint); }.kvdp__method-grid article:nth-child(3) { background: var(--kvdp-blue); }.kvdp__method-grid article:nth-child(4) { background: var(--kvdp-lilac); }.kvdp__method-grid article:nth-child(5) { background: var(--kvdp-pink); }.kvdp__method-grid article:nth-child(6) { background: #fff; }.kvdp__method-grid b { font-family: Arial Black, Impact, sans-serif; font-size: 42px; }.kvdp__method-grid h3 { margin: 5px 0 9px; font-size: 23px; }.kvdp__method-grid p { margin: 0; }.kvdp__method-zero { background: var(--kvdp-black) !important; color: #fff; }
.kvdp__legal { margin: 46px 0 20px; padding: clamp(28px, 4vw, 56px); border: var(--kvdp-line); border-radius: 26px; background: var(--kvdp-black); color: #fff; box-shadow: 8px 8px 0 var(--kvdp-red); }.kvdp__legal h2 { color: #fff; font-size: clamp(44px, 5.5vw, 86px); }.kvdp__legal > div > p { max-width: 1000px; font-size: 18px; font-weight: 700; }.kvdp__legal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 24px; }.kvdp__legal-grid article { padding: 17px; border: 2px solid #fff; border-radius: 16px; }.kvdp__legal-grid h3 { margin: 0 0 8px; color: var(--kvdp-yellow); }.kvdp__legal-grid p { margin: 0; }
.kvdp__error-box { padding: 18px; border: var(--kvdp-line); border-radius: 16px; background: #f8d5d1; }
.kvdp__toast { position: fixed; left: 24px; bottom: 24px; z-index: 99999; max-width: 480px; padding: 13px 16px; border: var(--kvdp-line); border-radius: 14px; background: var(--kvdp-mint); box-shadow: 5px 5px 0 var(--kvdp-black); font-weight: 850; opacity: 0; transform: translateY(12px); pointer-events: none; transition: .2s ease; }.kvdp__toast.is-visible { opacity: 1; transform: translateY(0); }
.kvdp button:focus-visible, .kvdp input:focus-visible, .kvdp select:focus-visible, .kvdp a:focus-visible { outline: 4px solid #fff; outline-offset: 3px; box-shadow: 0 0 0 7px var(--kvdp-black); }
@media (max-width: 1260px) {
  .kvdp__editorial-layout { grid-template-columns: 195px minmax(0, 1fr) 235px; }
  .kvdp__summary-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .kvdp__context-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kvdp__choice-row--sustainability { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 1040px) {
  .kvdp__hero { grid-template-columns: 1fr; }.kvdp__hero-visual { min-height: 450px; width: min(680px, 100%); }
  .kvdp__app { grid-template-columns: 1fr; }.kvdp__steps { position: static; grid-template-columns: repeat(9, minmax(125px, 1fr)); overflow-x: auto; }
  .kvdp__editorial-layout { grid-template-columns: 1fr; }.kvdp__editorial-side--left { display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; border-right: 0; border-bottom: var(--kvdp-line); }.kvdp__score-stamp { margin-top: 0; }
  .kvdp__editorial-side--right { border-left: 0; border-top: var(--kvdp-line); }
  .kvdp__offer-area { margin-top: 8px; }.kvdp__offer-action { max-width: 360px; }
  .kvdp__method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.kvdp__legal-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .kvdp__shell { width: min(100% - 12px, 1680px); }.kvdp__hero { min-height: auto; padding: 28px 20px 36px; border-radius: 22px; box-shadow: 5px 5px 0 var(--kvdp-black); }.kvdp__hero h1 { font-size: clamp(42px, 14vw, 68px); }.kvdp__hero-visual { min-height: 360px; }.kvdp__hero-card { inset: 18px 10px 28px 18px; padding: 24px; }.kvdp__hero-card strong { font-size: clamp(40px, 12vw, 60px); }
  .kvdp__trust-strip { grid-template-columns: 1fr 1fr; }.kvdp__trust-strip span:nth-child(2) { border-right: 0; }.kvdp__trust-strip span { border-bottom: 2px solid #fff; }.kvdp__trust-strip span:nth-last-child(-n+2) { border-bottom: 0; }
  .kvdp__panel { padding: 20px 14px; }.kvdp__screen-head h2 { font-size: clamp(36px, 11vw, 58px); }.kvdp__field-grid, .kvdp__toggle-grid, .kvdp__feature-grid, .kvdp__sustainability-notes, .kvdp__metric-grid, .kvdp__reason-grid, .kvdp__summary-grid, .kvdp__documents-overview, .kvdp__context-grid { grid-template-columns: 1fr; }
  .kvdp__choice-row--sustainability { grid-template-columns: 1fr; }.kvdp__choice-row--sustainability span { min-height: 70px; }
  .kvdp__form-nav { grid-template-columns: 1fr 1fr; }.kvdp__progress { grid-column: 1 / -1; grid-row: 1; }.kvdp__form-nav .kvdp__button { grid-row: 2; }
  .kvdp__result-head { grid-template-columns: 1fr; }.kvdp__documents-overview ul { columns: 1; }
  .kvdp__editorial-side--left { grid-template-columns: 1fr; }.kvdp__editorial-head { grid-template-columns: 1fr; }.kvdp__method-grid { grid-template-columns: 1fr; }.kvdp__method h2, .kvdp__legal h2 { font-size: clamp(40px, 12vw, 66px); }
  .kvdp__offer-action { max-width: none; }.kvdp__toast { left: 10px; right: 10px; bottom: 10px; }
}

/* Shared product-card additions */
.kvdp__special-note {
  margin-top: 18px;
  padding: 18px;
  border: var(--kvdp-line);
  border-radius: 18px;
  background: #fff0b8;
}
.kvdp__special-note b { display: block; margin-bottom: 6px; font-size: 18px; }
.kvdp__special-note p { margin: 0; line-height: 1.5; }
.kvdp__switch-overview {
  margin: 22px 0;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 20px;
  padding: 22px;
  border: var(--kvdp-line);
  border-radius: 20px;
  background: var(--kvdp-blue);
}
.kvdp__switch-overview h3 { margin: 10px 0 8px; font-size: clamp(25px, 3vw, 38px); line-height: .96; }
.kvdp__switch-overview p { margin: 0; line-height: 1.5; }
.kvdp__switch-overview ol { margin: 0; padding-left: 24px; display: grid; gap: 9px; font-weight: 800; }
.kvdp__cost-breakdown {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.kvdp__cost-breakdown article { padding: 13px; border: var(--kvdp-line); border-radius: 14px; background: #fff; }
.kvdp__cost-breakdown span, .kvdp__cost-breakdown b { display: block; }
.kvdp__cost-breakdown span { color: #a13c20; font-size: 10px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.kvdp__cost-breakdown b { margin-top: 6px; font-size: 17px; line-height: 1.15; }
.kvdp__legal-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.kvdp__offer-action b { white-space: nowrap; font-size: 21px; }
.kvdp__offer-action small { white-space: normal; }
@media (max-width: 1040px) {
  .kvdp__legal-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .kvdp__switch-overview, .kvdp__cost-breakdown, .kvdp__legal-grid { grid-template-columns: 1fr; }
}


/* v1.0.1 Bonusbeschreibung begrenzen und aufklappen */
.kvdp__bonus-copy.is-collapsible {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  max-height: 6.75em;
  overflow: hidden;
}
.kvdp__bonus-copy.is-collapsible.is-expanded {
  display: block;
  -webkit-line-clamp: unset;
  max-height: none;
  overflow: visible;
}
.kvdp__bonus-toggle {
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  cursor: pointer;
}
.kvdp__bonus-toggle:hover {
  opacity: .72;
}

/* Depot-specific refinements */
.kvdp__brand-logo--initials {
  font-family: Arial Black, Impact, sans-serif;
  font-size: 24px;
  letter-spacing: -.04em;
}
.kvdp__target-groups span.is-yes { background: var(--kvdp-mint); }
.kvdp__target-groups span.is-no { background: #ffd9d3; }
.kvdp__target-groups span.is-open { background: var(--kvdp-yellow); }
.kvdp__field small { display: block; margin-top: 7px; color: #4c5565; font-size: 12px; line-height: 1.4; }
.kvdp__cost-breakdown { grid-template-columns: repeat(4, minmax(0, 1fr)); }
@media (max-width: 1180px) {
  .kvdp__cost-breakdown { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .kvdp__cost-breakdown { grid-template-columns: 1fr; }
}

/* v1.0.1 – persönliche Ranking-Gewichtung */
.kvdp__ranking-presets {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 22px;
}
.kvdp__ranking-preset {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 18px;
  border: var(--kvdp-line);
  border-radius: 18px;
  background: #fff;
  color: var(--kvdp-black);
  text-align: left;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.kvdp__ranking-preset:nth-child(2) { background: var(--kvdp-yellow); }
.kvdp__ranking-preset:nth-child(3) { background: var(--kvdp-mint); }
.kvdp__ranking-preset:nth-child(4) { background: var(--kvdp-lilac); }
.kvdp__ranking-preset:hover { transform: translate(-2px, -2px); }
.kvdp__ranking-preset.is-active {
  background: var(--kvdp-black);
  color: #fff;
  box-shadow: 6px 6px 0 var(--kvdp-red);
}
.kvdp__ranking-preset span {
  display: inline-flex;
  padding: 5px 8px;
  border: 1.5px solid currentColor;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.kvdp__ranking-preset b { font-size: 22px; line-height: 1.05; }
.kvdp__ranking-preset small { margin-top: auto; font-size: 13px; line-height: 1.45; }
.kvdp__weight-panel {
  padding: clamp(18px, 3vw, 28px);
  border: var(--kvdp-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 7px 7px 0 var(--kvdp-black);
}
.kvdp__weight-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: var(--kvdp-line);
}
.kvdp__weight-panel-head h3 {
  margin: 10px 0 0;
  font-family: Arial Black, Impact, sans-serif;
  font-size: clamp(30px, 4vw, 54px);
  line-height: .95;
  letter-spacing: -.04em;
  text-transform: uppercase;
}
.kvdp__weight-total {
  min-width: 190px;
  padding: 14px;
  border: var(--kvdp-line);
  border-radius: 15px;
  background: var(--kvdp-yellow);
  text-align: center;
}
.kvdp__weight-total span,
.kvdp__weight-total small { display: block; }
.kvdp__weight-total span { font-size: 10px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.kvdp__weight-total b { display: block; margin: 3px 0; font-family: Arial Black, Impact, sans-serif; font-size: 34px; line-height: 1; }
.kvdp__weight-grid { display: grid; gap: 10px; margin-top: 18px; }
.kvdp__weight-row {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(180px, 1.35fr) 76px;
  gap: 16px;
  align-items: center;
  padding: 13px 14px;
  border: 2px solid var(--kvdp-black);
  border-radius: 15px;
  background: var(--kvdp-cream);
}
.kvdp__weight-row:nth-child(2n) { background: #eef5ff; }
.kvdp__weight-row > span { min-width: 0; }
.kvdp__weight-row b,
.kvdp__weight-row small { display: block; }
.kvdp__weight-row b { font-size: 15px; }
.kvdp__weight-row small { margin-top: 2px; color: #515866; font-size: 11px; line-height: 1.35; }
.kvdp__weight-row input[type="range"] {
  width: 100%;
  min-height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  accent-color: var(--kvdp-black);
  cursor: pointer;
}
.kvdp__weight-row output {
  min-width: 70px;
  padding: 10px 7px;
  border: var(--kvdp-line);
  border-radius: 12px;
  background: var(--kvdp-black);
  color: #fff;
  font-family: Arial Black, Impact, sans-serif;
  font-size: 19px;
  line-height: 1;
  text-align: center;
}
.kvdp__ranking-rule {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  margin-top: 18px;
  padding: 14px;
  border: var(--kvdp-line);
  border-radius: 15px;
  background: var(--kvdp-pink);
}
.kvdp__ranking-rule b { margin-right: 4px; }
.kvdp__ranking-rule span {
  padding: 6px 10px;
  border: 1.5px solid var(--kvdp-black);
  border-radius: 999px;
  background: #fff;
  font-weight: 950;
}
.kvdp__ranking-rule small { flex-basis: 100%; }
.kvdp__ranking-breakdown {
  margin-top: 14px;
  display: grid;
  gap: 8px;
  padding: 15px;
  border: var(--kvdp-line);
  border-radius: 15px;
  background: #f7f5ff;
}
.kvdp__ranking-breakdown > b { margin-bottom: 3px; font-size: 17px; }
.kvdp__ranking-breakdown > span {
  display: grid;
  grid-template-columns: minmax(80px, 1fr) minmax(130px, auto) 52px;
  gap: 10px;
  align-items: center;
}
.kvdp__ranking-breakdown i {
  position: relative;
  height: 10px;
  overflow: hidden;
  border: 1.5px solid var(--kvdp-black);
  border-radius: 999px;
  background: #fff;
}
.kvdp__ranking-breakdown i::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--kvdp-weight);
  background: var(--kvdp-blue);
}
.kvdp__ranking-breakdown em { font-style: normal; font-size: 12px; font-weight: 850; }
.kvdp__ranking-breakdown strong { text-align: right; }
.kvdp__method-head > p { max-width: 900px; margin: -4px 0 26px; font-size: 17px; font-weight: 750; }

@media (max-width: 1180px) {
  .kvdp__ranking-presets { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .kvdp__ranking-presets { grid-template-columns: 1fr; }
  .kvdp__ranking-preset { min-height: 0; }
  .kvdp__weight-panel-head { align-items: stretch; flex-direction: column; }
  .kvdp__weight-total { width: 100%; min-width: 0; }
  .kvdp__weight-row { grid-template-columns: 1fr 68px; gap: 10px; }
  .kvdp__weight-row > span { grid-column: 1 / -1; }
  .kvdp__weight-row input[type="range"] { grid-column: 1; }
  .kvdp__weight-row output { grid-column: 2; grid-row: 2; }
  .kvdp__ranking-breakdown > span { grid-template-columns: 1fr 48px; }
  .kvdp__ranking-breakdown i { grid-column: 1 / -1; }
  .kvdp__ranking-breakdown em { grid-column: 1; }
  .kvdp__ranking-breakdown strong { grid-column: 2; }
}


/* v1.0.3 – responsive Ergebnis-Karten, sichtbare Marken und klare Depotdetails */
.kvdp__brand-logo{position:relative;flex:0 0 auto;border-radius:10px;}
.kvdp__brand-logo img{display:block;width:100%;height:100%;object-fit:contain;}
.kvdp__brand-logo span{display:none;font-family:Arial Black,Impact,sans-serif;font-size:22px;font-weight:950;}
.kvdp__brand-logo.is-broken img{display:none;}
.kvdp__brand-logo.is-broken span{display:block;}
.kvdp__side-copy h3{max-width:100%;font-size:clamp(21px,2.2vw,30px);word-break:normal;overflow-wrap:anywhere;}
.kvdp__side-copy p{font-size:13px;line-height:1.35;}
.kvdp__editorial-head h3{font-size:clamp(32px,3.4vw,48px);}
.kvdp__status-row{align-items:center;}
.kvdp__status{white-space:normal;text-align:left;}
.kvdp__rail-highlight b{font-size:clamp(21px,2vw,27px);}
.kvdp__rail-highlight p{font-size:12.5px;line-height:1.5;}
@media (max-width:1260px){
  .kvdp__editorial-layout{grid-template-columns:190px minmax(0,1fr) 225px;}
  .kvdp__metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:1040px){
  .kvdp__editorial-side--left{grid-template-columns:auto 126px minmax(0,1fr) auto;gap:14px;}
  .kvdp__brand-logo{width:116px;height:60px;}
  .kvdp__editorial-side--right{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,340px);align-items:start;}
  .kvdp__side-badge,.kvdp__bonus-box{grid-column:1;}
  .kvdp__rail-highlight{grid-column:1;}
  .kvdp__offer-area{grid-column:2;grid-row:1 / span 3;margin-top:0;}
}
@media (max-width:760px){
  .kvdp__editorial-side--left{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;}
  .kvdp__rank-mini{grid-column:1;grid-row:1;}
  .kvdp__brand-logo{grid-column:1;grid-row:2;width:108px;height:56px;}
  .kvdp__side-copy{grid-column:2;grid-row:1 / span 2;}
  .kvdp__score-stamp{grid-column:1 / -1;grid-row:3;margin-top:0;}
  .kvdp__metric-grid{grid-template-columns:1fr;}
  .kvdp__editorial-side--right{display:flex;}
  .kvdp__offer-area{width:100%;}
  .kvdp__reason-grid{grid-template-columns:1fr;}
  .kvdp__editorial-head h3{font-size:clamp(34px,11vw,52px);}
}
@media (max-width:430px){
  .kvdp__editorial-side--left,.kvdp__editorial-main,.kvdp__editorial-side--right{padding:14px 12px;}
  .kvdp__brand-logo{width:94px;height:50px;}
  .kvdp__side-copy h3{font-size:clamp(20px,8vw,27px);}
  .kvdp__editorial-badge{min-width:0;width:100%;}
  .kvdp__status{width:100%;justify-content:flex-start;}
  .kvdp__offer-action{grid-template-columns:minmax(0,1fr) 42px;padding:12px;}
  .kvdp__offer-action b{font-size:19px;}
  .kvdp__offer-action em{width:42px;height:42px;}
}


/* v1.0.4 hero redesign and mobile step polish */
.kvdp {
  background: #f7f3eb;
}

.kvdp__hero {
  min-height: 0;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1.03fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  padding: clamp(28px, 4vw, 48px);
  border-radius: 32px 32px 0 0;
  background: linear-gradient(135deg, #f7d7b3 0%, #f8dfbe 48%, #f7e8cf 100%);
  box-shadow: none;
}

.kvdp__hero::after,
.kvdp__hero-card,
.kvdp__mini-card,
.kvdp__hero-orbit {
  display: none !important;
}

.kvdp__hero-copy { max-width: 760px; }
.kvdp__eyebrow { margin-bottom: 18px; padding: 10px 16px; box-shadow: 4px 4px 0 rgba(0,0,0,.08); }
.kvdp__hero h1 { margin: 0 0 18px; max-width: 10.5ch; font-size: clamp(52px, 7vw, 108px); line-height: .92; }
.kvdp__lead { max-width: 680px; font-size: clamp(18px, 1.7vw, 24px); font-weight: 700; }
.kvdp__hero-actions { margin-top: 30px; gap: 14px; }
.kvdp__button { min-height: 58px; border-radius: 16px; padding: 14px 22px; }
.kvdp__button--dark { box-shadow: 5px 5px 0 #ef6b5a; }
.kvdp__button--ghost { background:#fff; color: var(--kvdp-black); }
.kvdp__button--sort {
  border: 2px solid var(--kvdp-black);
  box-shadow: 5px 5px 0 var(--kvdp-blue);
  text-decoration: none;
}
.kvdp__button--sort:hover,
.kvdp__button--sort:focus-visible {
  background: var(--kvdp-lilac);
  color: var(--kvdp-black);
  box-shadow: 6px 6px 0 var(--kvdp-red);
  transform: translate(-1px, -1px);
}
.kvdp__text-link { text-decoration: none; }

.kvdp__hero-visual {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 8px 4px 0;
}
.kvdp__hero-image-frame {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: min(100%, 860px);
  padding: 12px;
  background: #f3f1ea;
  border: 3px solid var(--kvdp-black);
  border-radius: 32px;
  box-shadow: 10px 10px 0 rgba(0,0,0,.14);
}
.kvdp__hero-image { display: block; width: 100%; height: auto; border-radius: 22px; }
.kvdp__hero-badge {
  position: absolute;
  z-index: 3;
  padding: 11px 16px;
  border: 2px solid var(--kvdp-black);
  border-radius: 14px;
  background: #fff;
  box-shadow: 5px 5px 0 rgba(0,0,0,.08);
  font-weight: 950;
  font-size: 14px;
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.kvdp__hero-badge::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -8px;
  width: 36px;
  height: 18px;
  border-right: 2px dotted rgba(0,0,0,.7);
  border-bottom: 2px dotted rgba(0,0,0,.7);
}
.kvdp__hero-badge--top { top: 4%; left: 18%; background: var(--kvdp-lilac); transform: rotate(-4deg); }
.kvdp__hero-badge--left { left: 2%; bottom: 18%; background: #fff; transform: rotate(-5deg); }
.kvdp__hero-badge--right { right: 2%; top: 24%; background: var(--kvdp-pink); transform: rotate(3deg); }

.kvdp__trust-strip {
  margin: 0 0 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 0;
  border-radius: 0 0 24px 24px;
  background: var(--kvdp-black);
}
.kvdp__trust-strip span {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 16px 18px;
  color: #fff;
  border-right: 1px solid rgba(255,255,255,.18);
  border-bottom: 0;
}
.kvdp__trust-strip span:last-child { border-right: 0; }
.kvdp__trust-strip em { font-style: normal; font-weight: 900; text-align: left; }
.kvdp__trust-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 999px;
  color: #111;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
}
.kvdp__trust-strip span:nth-child(1) .kvdp__trust-icon { background: #f1f1f1; }
.kvdp__trust-strip span:nth-child(2) .kvdp__trust-icon { background: var(--kvdp-lilac); }
.kvdp__trust-strip span:nth-child(3) .kvdp__trust-icon { background: var(--kvdp-pink); }
.kvdp__trust-strip span:nth-child(4) .kvdp__trust-icon { background: var(--kvdp-yellow); }

.kvdp__feed-powered {
  display: inline-flex;
  align-items: center;
  margin: 4px 0 16px;
  padding: 8px 16px;
  border: 3px solid var(--kvdp-black);
  border-radius: 999px;
  background: var(--kvdp-yellow);
  box-shadow: 5px 5px 0 rgba(0,0,0,.08);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.kvdp__coverage-note { margin-top: 18px; }
.kvdp__steps,
.kvdp__app.is-results-mode .kvdp__steps { display: grid; gap: 12px; }
.kvdp__step { width: 100%; min-width: 0; }
.kvdp__step span {
  display: block;
  min-width: 0;
  line-height: 1.18;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-wrap: balance;
}

.kvdp__side-copy h3 {
  max-width: 11ch;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: manual;
  text-wrap: balance;
}
.kvdp__side-copy p {
  overflow-wrap: normal !important;
  text-wrap: balance;
}
.kvdp__reason-box h4,
.kvdp__target-groups h4 { text-wrap: balance; }
.kvdp__reason-box li,
.kvdp__target-groups div,
.kvdp__fineprint { line-height: 1.5; }

@media (max-width: 1040px) {
  .kvdp__hero {
    grid-template-columns: 1fr;
    border-radius: 28px 28px 0 0;
    padding: 30px 24px;
  }
  .kvdp__lead { max-width: 100%; }
  .kvdp__steps,
  .kvdp__app.is-results-mode .kvdp__steps {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    padding: 2px 4px 12px;
    grid-template-columns: none;
  }
  .kvdp__step,
  .kvdp__app.is-results-mode .kvdp__step {
    flex: 0 0 220px;
    min-height: 72px;
    scroll-snap-align: start;
    grid-template-columns: 48px minmax(0, 1fr);
    text-align: left;
  }
  .kvdp__step b,
  .kvdp__app.is-results-mode .kvdp__step b { margin: 0; }
}

@media (max-width: 760px) {
  .kvdp__hero {
    padding: 22px 16px 16px;
    border-radius: 22px 22px 0 0;
    gap: 18px;
  }
  .kvdp__hero h1 { max-width: none; font-size: clamp(40px, 13vw, 62px); line-height: .95; }
  .kvdp__lead { font-size: 16px; }
  .kvdp__hero-actions { flex-direction: row; flex-wrap: wrap; align-items: stretch; }
  .kvdp__hero-actions .kvdp__button,
  .kvdp__hero-actions .kvdp__button--sort { flex: 1 1 100%; width: 100%; text-align: center; }
  .kvdp__hero-image-frame { width: 100%; padding: 8px; border-radius: 22px; }
  .kvdp__hero-image { border-radius: 16px; }
  .kvdp__hero-badge { font-size: 11px; padding: 8px 12px; border-radius: 12px; }
  .kvdp__hero-badge--top { top: -2%; left: 6%; }
  .kvdp__hero-badge--left { left: 0; bottom: 12%; }
  .kvdp__hero-badge--right { right: 0; top: 22%; }
  .kvdp__trust-strip { grid-template-columns: 1fr; border-radius: 0 0 20px 20px; }
  .kvdp__trust-strip span {
    min-height: 68px;
    justify-content: flex-start;
    padding: 14px 16px;
    border-right: 0;
    border-top: 1px solid rgba(255,255,255,.12);
  }
  .kvdp__trust-strip span:first-child { border-top: 0; }
  .kvdp__trust-strip em { font-size: 15px; }
  .kvdp__step,
  .kvdp__app.is-results-mode .kvdp__step { flex-basis: min(82vw, 245px); }
  .kvdp__side-copy h3 { max-width: none; }
}

@media (max-width: 430px) {
  .kvdp__steps,
  .kvdp__app.is-results-mode .kvdp__steps { padding-inline: 2px; }
  .kvdp__step,
  .kvdp__app.is-results-mode .kvdp__step {
    flex-basis: min(86vw, 235px);
    grid-template-columns: 42px minmax(0, 1fr);
    min-height: 70px;
    padding: 10px;
  }
  .kvdp__step b,
  .kvdp__app.is-results-mode .kvdp__step b { width: 40px; height: 40px; }
  .kvdp__step span { font-size: 15px; }
}


/* v1.0.5 small wording and method card fix */
.kvdp__method-zero h3,
.kvdp__method-zero p,
.kvdp__method-zero b {
  color: #fff;
}


/* ---- v1.0.6: Ergebnis-Feed konsequent responsive ---- */
.kvdp,
.kvdp * {
  max-width: 100%;
}

.kvdp {
  overflow-x: clip;
}

.kvdp__results,
.kvdp__results-list,
.kvdp__result-card,
.kvdp__editorial-layout,
.kvdp__editorial-main,
.kvdp__editorial-side,
.kvdp__editorial-side--left,
.kvdp__editorial-side--right,
.kvdp__metric-card,
.kvdp__rail-highlight,
.kvdp__bonus-box,
.kvdp__offer-area,
.kvdp__details-content {
  min-width: 0 !important;
}

.kvdp__results-list {
  width: 100%;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: clamp(16px, 3vw, 26px) !important;
  overflow: visible !important;
}

.kvdp__result-card {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  border-radius: clamp(16px, 3vw, 28px) !important;
}

.kvdp__editorial-layout {
  width: 100% !important;
  grid-template-columns: minmax(185px, 215px) minmax(0, 1fr) minmax(220px, 260px) !important;
}

.kvdp__editorial-head {
  grid-template-columns: minmax(0, 1fr) auto !important;
}

.kvdp__side-copy h3,
.kvdp__side-copy p,
.kvdp__editorial-head h3,
.kvdp__editorial-head p,
.kvdp__metric-card b,
.kvdp__metric-card small,
.kvdp__rail-highlight b,
.kvdp__rail-highlight p,
.kvdp__bonus-box b,
.kvdp__bonus-box small,
.kvdp__fineprint,
.kvdp__coverage-note,
.kvdp__target-groups span,
.kvdp__cost-breakdown b {
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}

.kvdp__brand-logo {
  flex: 0 0 auto;
}

.kvdp__offer-action {
  width: 100% !important;
  max-width: 100% !important;
}

.kvdp__offer-action span,
.kvdp__offer-action b,
.kvdp__offer-action small {
  min-width: 0 !important;
  white-space: normal !important;
}

.kvdp__result-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.kvdp__result-actions button {
  width: 100%;
  min-width: 0;
  white-space: normal;
}

.kvdp__details-content {
  overflow: hidden !important;
}

.kvdp__cost-breakdown {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 1180px) {
  .kvdp__editorial-layout {
    grid-template-columns: minmax(170px, 200px) minmax(0, 1fr) !important;
  }

  .kvdp__editorial-side--right {
    grid-column: 1 / -1 !important;
    border-left: 0 !important;
    border-top: var(--kvdp-line) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px) !important;
    align-items: stretch !important;
  }

  .kvdp__side-badge,
  .kvdp__rail-highlight,
  .kvdp__bonus-box {
    grid-column: 1 !important;
  }

  .kvdp__offer-area {
    grid-column: 2 !important;
    grid-row: 1 / span 3 !important;
    margin-top: 0 !important;
    align-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
  }

  .kvdp__metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .kvdp__editorial-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .kvdp__editorial-side--left {
    border-right: 0 !important;
    border-bottom: var(--kvdp-line) !important;
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    grid-template-areas:
      "rank copy score"
      "logo copy score" !important;
    gap: 12px !important;
    align-items: center !important;
  }

  .kvdp__rank-mini {
    grid-area: rank !important;
  }

  .kvdp__brand-logo {
    grid-area: logo !important;
    width: 104px !important;
    height: 56px !important;
  }

  .kvdp__side-copy {
    grid-area: copy !important;
  }

  .kvdp__score-stamp {
    grid-area: score !important;
    margin-top: 0 !important;
    align-self: stretch !important;
  }

  .kvdp__editorial-main {
    padding: clamp(14px, 4vw, 22px) !important;
  }

  .kvdp__editorial-head {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .kvdp__editorial-badge {
    width: 100% !important;
    min-width: 0 !important;
  }

  .kvdp__editorial-side--right {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .kvdp__offer-area {
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .kvdp__offer-action {
    min-height: 74px !important;
  }
}

@media (max-width: 640px) {
  .kvdp__shell {
    width: min(100% - 10px, 1680px) !important;
  }

  .kvdp__results {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .kvdp__result-card {
    border-width: 2px !important;
    box-shadow: 5px 5px 0 var(--kvdp-blue) !important;
  }

  .kvdp__editorial-side--left {
    grid-template-columns: auto minmax(0, 1fr) !important;
    grid-template-areas:
      "rank copy"
      "logo copy"
      "score score" !important;
    padding: 14px 12px !important;
  }

  .kvdp__score-stamp {
    min-height: 42px !important;
    width: 100% !important;
  }

  .kvdp__brand-logo {
    width: 88px !important;
    height: 48px !important;
  }

  .kvdp__side-copy h3 {
    font-size: clamp(21px, 8vw, 30px) !important;
  }

  .kvdp__side-copy p {
    font-size: 13px !important;
    line-height: 1.25 !important;
  }

  .kvdp__editorial-head h3 {
    font-size: clamp(30px, 11vw, 44px) !important;
  }

  .kvdp__metric-grid,
  .kvdp__reason-grid,
  .kvdp__cost-breakdown {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .kvdp__metric-card {
    min-height: 0 !important;
  }

  .kvdp__status-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .kvdp__status {
    width: 100% !important;
    justify-content: flex-start !important;
    border-radius: 14px !important;
  }

  .kvdp__details-toggle {
    width: 100% !important;
    min-height: 52px !important;
    white-space: normal !important;
    text-align: left !important;
  }

  .kvdp__target-groups div {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .kvdp__result-actions {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .kvdp__editorial-side--right {
    padding: 14px 12px !important;
  }

  .kvdp__offer-action {
    grid-template-columns: minmax(0, 1fr) 42px !important;
    min-height: 68px !important;
    padding: 11px 12px !important;
  }

  .kvdp__offer-action b {
    font-size: clamp(18px, 6vw, 22px) !important;
    line-height: 1 !important;
  }

  .kvdp__offer-action em {
    width: 40px !important;
    height: 40px !important;
  }

  .kvdp__coverage-note {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 390px) {
  .kvdp__editorial-side--left {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-areas:
      "rank"
      "logo"
      "copy"
      "score" !important;
  }

  .kvdp__rank-mini,
  .kvdp__brand-logo {
    justify-self: start !important;
  }

  .kvdp__brand-logo {
    width: 96px !important;
  }
}


/* =========================================================
   Finanzhack Depotvergleich Live v1.0.0
   Modul aus Kontenvergleich-Logik, optisch auf Finanzhack angepasst
========================================================= */
.fh-depot-frame-inner {
  min-height: auto !important;
  padding: 0 !important;
  background: #fffdf8 !important;
}

.fh-depot-live-module.kvdp {
  --kvdp-black: #08090b;
  --kvdp-ink: #08090b;
  --kvdp-red: #b7181c;
  --kvdp-yellow: #f9d342;
  --kvdp-blue: #bcd9f5;
  --kvdp-mint: #bce9df;
  --kvdp-lilac: #dcd4f4;
  --kvdp-pink: #f2d9ea;
  --kvdp-cream: #fffdf8;
  --kvdp-line: 3px solid #08090b;
  width: 100%;
  color: #08090b;
  font-family: Arial, Helvetica, sans-serif;
}

.fh-depot-live-module .kvdp__app {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 0 !important;
  align-items: stretch !important;
  min-height: 0 !important;
}

.fh-depot-live-module .kvdp__steps {
  position: static !important;
  top: auto !important;
  display: grid !important;
  grid-template-columns: repeat(9, minmax(118px, 1fr)) !important;
  gap: 8px !important;
  padding: 14px !important;
  border: 0 !important;
  border-bottom: 4px solid #08090b !important;
  background: #08090b !important;
  overflow-x: auto !important;
  scrollbar-width: thin;
}

.fh-depot-live-module .kvdp__step {
  min-height: 62px !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  gap: 8px !important;
  padding: 8px !important;
  border: 2px solid #fffdf8 !important;
  border-radius: 0 !important;
  background: #fffdf8 !important;
  color: #08090b !important;
  box-shadow: none !important;
}

.fh-depot-live-module .kvdp__step b {
  width: 28px !important;
  height: 28px !important;
  border: 2px solid #08090b !important;
  background: #f9d342 !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: 11px !important;
}

.fh-depot-live-module .kvdp__step span {
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: 10px !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
}

.fh-depot-live-module .kvdp__step.is-active {
  background: #f9d342 !important;
  border-color: #f9d342 !important;
  box-shadow: 4px 4px 0 #b7181c !important;
}

.fh-depot-live-module .kvdp__step.is-complete {
  background: #bce9df !important;
}

.fh-depot-live-module .kvdp__panel {
  min-width: 0 !important;
  padding: clamp(18px, 3vw, 34px) !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fffdf8 !important;
  box-shadow: none !important;
}

.fh-depot-live-module .kvdp__micro-label,
.fh-depot-live-module .kvdp__eyebrow,
.fh-depot-live-module .kvdp__micro-kicker {
  border-radius: 0 !important;
  border: 2px solid #08090b !important;
  background: #b7181c !important;
  color: #fffdf8 !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: 10px !important;
}

.fh-depot-live-module .kvdp__screen-head h2,
.fh-depot-live-module .kvdp__result-head h2 {
  max-width: 13ch !important;
  color: #08090b !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: clamp(36px, 5.2vw, 76px) !important;
  line-height: .88 !important;
  letter-spacing: -.07em !important;
}

.fh-depot-live-module .kvdp__screen-head p,
.fh-depot-live-module .kvdp__result-head p {
  max-width: 820px !important;
  color: #25282e !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}

.fh-depot-live-module .kvdp__field,
.fh-depot-live-module .kvdp__toggle-card,
.fh-depot-live-module .kvdp__feature-grid span,
.fh-depot-live-module .kvdp__choice-card,
.fh-depot-live-module .kvdp__weight-row {
  border-radius: 0 !important;
  border: 3px solid #08090b !important;
  box-shadow: 4px 4px 0 rgba(8,9,11,.18) !important;
}

.fh-depot-live-module .kvdp__field input,
.fh-depot-live-module .kvdp__field select,
.fh-depot-live-module .kvdp__money-input {
  border-radius: 0 !important;
  border: 2px solid #08090b !important;
}

.fh-depot-live-module .kvdp__form-nav {
  border-top: 4px solid #08090b !important;
  margin-top: 26px !important;
  padding-top: 18px !important;
}

.fh-depot-live-module .kvdp__button {
  border-radius: 0 !important;
  border: 3px solid #08090b !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  text-transform: uppercase !important;
}

.fh-depot-live-module .kvdp__button--dark {
  background: #08090b !important;
  color: #fffdf8 !important;
  box-shadow: 5px 5px 0 #b7181c !important;
}

.fh-depot-live-module .kvdp__summary-grid,
.fh-depot-live-module .kvdp__context-grid {
  gap: 12px !important;
}

.fh-depot-live-module .kvdp__summary-grid article,
.fh-depot-live-module .kvdp__context-card {
  border: 3px solid #08090b !important;
  border-radius: 0 !important;
  box-shadow: 4px 4px 0 rgba(8,9,11,.18) !important;
}

.fh-depot-live-module .kvdp__feed-powered {
  width: fit-content !important;
  margin: 20px 0 16px !important;
  padding: 10px 18px !important;
  border: 3px solid #08090b !important;
  border-radius: 999px !important;
  background: #f9d342 !important;
  color: #08090b !important;
  box-shadow: 5px 5px 0 #08090b !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: .05em !important;
}

.fh-depot-live-module .kvdp__result-card {
  border: 4px solid #08090b !important;
  border-radius: 18px !important;
  background: #fffdf8 !important;
  box-shadow: 8px 8px 0 #08090b !important;
  overflow: hidden !important;
}

.fh-depot-live-module .kvdp__editorial-layout {
  display: grid !important;
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr) minmax(230px, 280px) !important;
  width: 100% !important;
}

.fh-depot-live-module .kvdp__editorial-side--left {
  border-right: 4px solid #08090b !important;
  background: #dcd4f4 !important;
}

.fh-depot-live-module .kvdp__editorial-main {
  background: #fffdf8 !important;
}

.fh-depot-live-module .kvdp__editorial-side--right {
  border-left: 4px solid #08090b !important;
  background: #08090b !important;
  color: #fffdf8 !important;
}

.fh-depot-live-module .kvdp__rank-mini,
.fh-depot-live-module .kvdp__score-stamp,
.fh-depot-live-module .kvdp__editorial-badge {
  border: 3px solid #08090b !important;
  border-radius: 0 !important;
  background: #fffdf8 !important;
  color: #08090b !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
}

.fh-depot-live-module .kvdp__side-copy h3,
.fh-depot-live-module .kvdp__editorial-head h3 {
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  letter-spacing: -.06em !important;
  line-height: .88 !important;
}

.fh-depot-live-module .kvdp__metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.fh-depot-live-module .kvdp__metric-card {
  min-height: 120px !important;
  padding: 12px !important;
  border: 3px solid #08090b !important;
  border-radius: 0 !important;
  background: #f4f0e8 !important;
}

.fh-depot-live-module .kvdp__metric-card:nth-child(2n) { background: #f9d342 !important; }
.fh-depot-live-module .kvdp__metric-card:nth-child(3n) { background: #bce9df !important; }
.fh-depot-live-module .kvdp__metric-card b {
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: clamp(20px, 1.8vw, 30px) !important;
  line-height: .9 !important;
}

.fh-depot-live-module .kvdp__details-toggle {
  border: 3px solid #08090b !important;
  border-radius: 0 !important;
  background: #f9d342 !important;
  color: #08090b !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  text-transform: uppercase !important;
}

.fh-depot-live-module .kvdp__rail-highlight {
  border: 3px solid #f9d342 !important;
  border-radius: 0 !important;
  background: #f9d342 !important;
  color: #08090b !important;
}

.fh-depot-live-module .kvdp__rail-highlight span {
  display: inline-flex !important;
  width: fit-content !important;
  min-height: 26px !important;
  padding: 5px 8px !important;
  background: #08090b !important;
  color: #fffdf8 !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: 10px !important;
}

.fh-depot-live-module .kvdp__rail-highlight b {
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: clamp(22px, 2vw, 34px) !important;
  line-height: .9 !important;
  letter-spacing: -.055em !important;
}

.fh-depot-live-module .kvdp__bonus-box {
  border: 3px solid #08090b !important;
  border-radius: 0 !important;
  background: #bce9df !important;
  color: #08090b !important;
}

.fh-depot-live-module .kvdp__offer-area {
  margin-top: auto !important;
}

.fh-depot-live-module .kvdp__offer-action {
  min-height: 90px !important;
  grid-template-columns: minmax(0, 1fr) !important;
  padding: 14px 16px !important;
  border: 4px solid #fffdf8 !important;
  border-radius: 0 !important;
  background: #f9d342 !important;
  color: #08090b !important;
  box-shadow: 0 0 0 3px #08090b, 7px 7px 0 #b7181c, 12px 12px 0 #fffdf8 !important;
}

.fh-depot-live-module .kvdp__offer-action em { display: none !important; }
.fh-depot-live-module .kvdp__offer-action small {
  display: inline-flex !important;
  width: fit-content !important;
  min-height: 22px !important;
  align-items: center !important;
  padding: 3px 8px !important;
  border: 2px solid #08090b !important;
  background: #fffdf8 !important;
  color: #08090b !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: 10px !important;
}
.fh-depot-live-module .kvdp__offer-action b {
  margin-top: 6px !important;
  color: #08090b !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: clamp(24px, 2vw, 36px) !important;
  line-height: .88 !important;
  letter-spacing: -.05em !important;
  text-transform: uppercase !important;
}

.fh-depot-live-module .kvdp__offer-action:hover,
.fh-depot-live-module .kvdp__offer-action:focus-visible {
  transform: translate(-2px, -2px) rotate(-1deg) !important;
  background: #08090b !important;
  color: #f9d342 !important;
  border-color: #f9d342 !important;
  box-shadow: 0 0 0 3px #f9d342, 9px 9px 0 #b7181c, 15px 15px 0 #fffdf8 !important;
}
.fh-depot-live-module .kvdp__offer-action:hover b,
.fh-depot-live-module .kvdp__offer-action:focus-visible b { color: #f9d342 !important; }

@media (max-width: 1080px) {
  .fh-depot-live-module .kvdp__editorial-layout { grid-template-columns: 1fr !important; }
  .fh-depot-live-module .kvdp__editorial-side--left,
  .fh-depot-live-module .kvdp__editorial-side--right {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 4px solid #08090b !important;
  }
  .fh-depot-live-module .kvdp__metric-grid { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
}

@media (max-width: 720px) {
  .fh-depot-live-module .kvdp__steps { grid-template-columns: repeat(9, minmax(118px, 1fr)) !important; }
  .fh-depot-live-module .kvdp__panel { padding: 14px !important; }
  .fh-depot-live-module .kvdp__field-grid,
  .fh-depot-live-module .kvdp__toggle-grid,
  .fh-depot-live-module .kvdp__feature-grid,
  .fh-depot-live-module .kvdp__metric-grid,
  .fh-depot-live-module .kvdp__summary-grid,
  .fh-depot-live-module .kvdp__context-grid { grid-template-columns: 1fr !important; }
  .fh-depot-live-module .kvdp__screen-head h2,
  .fh-depot-live-module .kvdp__result-head h2 { font-size: clamp(34px, 10vw, 54px) !important; }
  .fh-depot-live-module .kvdp__offer-action { min-height: 76px !important; }
}


/* =========================================================
   v1.0.1 – Premium step rail + hochwertigeres responsive Modul
========================================================= */
.fh-depot-live-module.kvdp {
  background: #fffdf8 !important;
}

.fh-depot-live-module .kvdp__app {
  border: 4px solid #08090b !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  background: #fffdf8 !important;
  box-shadow: 12px 12px 0 #08090b !important;
}

.fh-depot-live-module .kvdp__steps {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(162px, 1fr)) !important;
  gap: 10px !important;
  padding: 16px !important;
  border-bottom: 4px solid #08090b !important;
  background: linear-gradient(180deg, #0e1115 0%, #08090b 100%) !important;
  overflow: visible !important;
}

.fh-depot-live-module .kvdp__step,
.fh-depot-live-module .kvdp__app.is-results-mode .kvdp__step {
  position: relative !important;
  min-height: 72px !important;
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 12px 13px !important;
  border: 3px solid #08090b !important;
  border-radius: 14px !important;
  background: #fffdf8 !important;
  color: #08090b !important;
  box-shadow: 4px 4px 0 rgba(0,0,0,.22) !important;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease !important;
}

.fh-depot-live-module .kvdp__step:hover {
  transform: translateY(-2px) !important;
}

.fh-depot-live-module .kvdp__step b,
.fh-depot-live-module .kvdp__app.is-results-mode .kvdp__step b {
  width: 34px !important;
  height: 34px !important;
  margin: 0 !important;
  border: 2px solid #08090b !important;
  border-radius: 0 !important;
  background: #f9d342 !important;
  color: #08090b !important;
  box-shadow: none !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

.fh-depot-live-module .kvdp__step span {
  display: block !important;
  min-width: 0 !important;
  color: #08090b !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.08 !important;
  letter-spacing: -.02em !important;
  text-transform: uppercase !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
  text-wrap: balance !important;
}

.fh-depot-live-module .kvdp__step.is-active {
  background: #f9d342 !important;
  border-color: #08090b !important;
  box-shadow: 6px 6px 0 #b7181c !important;
  transform: translate(-2px, -2px) !important;
}

.fh-depot-live-module .kvdp__step.is-complete {
  background: #bce9df !important;
}

.fh-depot-live-module .kvdp__panel {
  padding: clamp(20px, 3.2vw, 38px) !important;
  background: linear-gradient(180deg, #fffdf8 0%, #f8f4ec 100%) !important;
}

.fh-depot-live-module .kvdp__screen-head,
.fh-depot-live-module .kvdp__result-head {
  margin-bottom: 26px !important;
}

.fh-depot-live-module .kvdp__screen-head h2,
.fh-depot-live-module .kvdp__result-head h2 {
  max-width: 11.5ch !important;
  font-size: clamp(38px, 4.8vw, 72px) !important;
}

.fh-depot-live-module .kvdp__screen-head p,
.fh-depot-live-module .kvdp__result-head p {
  max-width: 760px !important;
  font-size: 18px !important;
  line-height: 1.52 !important;
}

.fh-depot-live-module .kvdp__field-grid,
.fh-depot-live-module .kvdp__toggle-grid,
.fh-depot-live-module .kvdp__feature-grid,
.fh-depot-live-module .kvdp__choice-grid,
.fh-depot-live-module .kvdp__summary-grid,
.fh-depot-live-module .kvdp__context-grid,
.fh-depot-live-module .kvdp__ranking-presets {
  gap: 14px !important;
}

.fh-depot-live-module .kvdp__field,
.fh-depot-live-module .kvdp__toggle-card,
.fh-depot-live-module .kvdp__feature-grid span,
.fh-depot-live-module .kvdp__choice-card,
.fh-depot-live-module .kvdp__weight-row,
.fh-depot-live-module .kvdp__summary-grid article,
.fh-depot-live-module .kvdp__context-card,
.fh-depot-live-module .kvdp__ranking-preset {
  border-radius: 14px !important;
  box-shadow: 6px 6px 0 rgba(8,9,11,.12) !important;
}

.fh-depot-live-module .kvdp__field input,
.fh-depot-live-module .kvdp__field select,
.fh-depot-live-module .kvdp__money-input {
  min-height: 52px !important;
  border-radius: 10px !important;
  font-size: 16px !important;
}

.fh-depot-live-module .kvdp__toggle-card,
.fh-depot-live-module .kvdp__choice-card,
.fh-depot-live-module .kvdp__ranking-preset {
  min-height: 120px !important;
  padding: 16px !important;
}

.fh-depot-live-module .kvdp__form-nav {
  margin-top: 32px !important;
  padding-top: 20px !important;
}

.fh-depot-live-module .kvdp__button {
  min-height: 54px !important;
  padding: 14px 18px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}

.fh-depot-live-module .kvdp__button--dark {
  box-shadow: 6px 6px 0 #b7181c !important;
}

.fh-depot-live-module .kvdp__result-card {
  border-radius: 22px !important;
  box-shadow: 10px 10px 0 #08090b !important;
}

.fh-depot-live-module .kvdp__editorial-layout {
  grid-template-columns: minmax(160px, 210px) minmax(0, 1fr) minmax(240px, 300px) !important;
}

.fh-depot-live-module .kvdp__editorial-side--left,
.fh-depot-live-module .kvdp__editorial-main,
.fh-depot-live-module .kvdp__editorial-side--right {
  padding: 18px !important;
}

.fh-depot-live-module .kvdp__metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.fh-depot-live-module .kvdp__metric-card {
  min-height: 128px !important;
  padding: 14px !important;
  border-radius: 14px !important;
}

.fh-depot-live-module .kvdp__metric-card b {
  font-size: clamp(19px, 1.55vw, 28px) !important;
}

.fh-depot-live-module .kvdp__details-toggle {
  min-height: 56px !important;
  border-radius: 12px !important;
}

.fh-depot-live-module .kvdp__offer-action {
  min-height: 88px !important;
  border-radius: 12px !important;
}

.fh-depot-live-module .kvdp__offer-note {
  margin-top: 14px !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

@media (max-width: 1180px) {
  .fh-depot-live-module .kvdp__steps {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  }
}

@media (max-width: 1080px) {
  .fh-depot-live-module .kvdp__editorial-layout {
    grid-template-columns: 1fr !important;
  }

  .fh-depot-live-module .kvdp__metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 860px) {
  .fh-depot-live-module .kvdp__steps,
  .fh-depot-live-module .kvdp__app.is-results-mode .kvdp__steps {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(190px, 1fr) !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    overscroll-behavior-x: contain !important;
    scroll-snap-type: x proximity !important;
    padding-bottom: 14px !important;
  }

  .fh-depot-live-module .kvdp__step,
  .fh-depot-live-module .kvdp__app.is-results-mode .kvdp__step {
    scroll-snap-align: start !important;
  }
}

@media (max-width: 720px) {
  .fh-depot-live-module .kvdp__app {
    border-width: 3px !important;
    border-radius: 18px !important;
    box-shadow: 8px 8px 0 #08090b !important;
  }

  .fh-depot-live-module .kvdp__panel {
    padding: 16px !important;
  }

  .fh-depot-live-module .kvdp__screen-head h2,
  .fh-depot-live-module .kvdp__result-head h2 {
    font-size: clamp(34px, 9.5vw, 52px) !important;
  }

  .fh-depot-live-module .kvdp__screen-head p,
  .fh-depot-live-module .kvdp__result-head p {
    font-size: 16px !important;
  }

  .fh-depot-live-module .kvdp__metric-grid,
  .fh-depot-live-module .kvdp__summary-grid,
  .fh-depot-live-module .kvdp__context-grid,
  .fh-depot-live-module .kvdp__field-grid,
  .fh-depot-live-module .kvdp__toggle-grid,
  .fh-depot-live-module .kvdp__feature-grid,
  .fh-depot-live-module .kvdp__choice-grid,
  .fh-depot-live-module .kvdp__ranking-presets {
    grid-template-columns: 1fr !important;
  }

  .fh-depot-live-module .kvdp__toggle-card,
  .fh-depot-live-module .kvdp__choice-card,
  .fh-depot-live-module .kvdp__ranking-preset,
  .fh-depot-live-module .kvdp__summary-grid article,
  .fh-depot-live-module .kvdp__context-card {
    min-height: 0 !important;
  }

  .fh-depot-live-module .kvdp__form-nav {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
  }

  .fh-depot-live-module .kvdp__progress {
    grid-column: 1 / -1 !important;
    order: -1 !important;
  }

  .fh-depot-live-module .kvdp__offer-action {
    min-height: 74px !important;
  }

  .fh-depot-live-module .kvdp__offer-action b {
    font-size: clamp(20px, 6.5vw, 28px) !important;
  }
}


/* =========================================================
   v1.0.2 – High-End Feedausgabe, bessere Umbrüche und ruhigeres Raster
========================================================= */
.fh-depot-live-module .kvdp__results-list {
  display: grid !important;
  gap: 24px !important;
}

.fh-depot-live-module .kvdp__result-card {
  border-radius: 24px !important;
  box-shadow: 10px 10px 0 #08090b !important;
  background: #fffdf8 !important;
}

.fh-depot-live-module .kvdp__editorial-layout {
  grid-template-columns: minmax(132px, 172px) minmax(0, 1fr) minmax(220px, 265px) !important;
  align-items: stretch !important;
}

.fh-depot-live-module .kvdp__editorial-side--left {
  padding: 16px 14px !important;
  display: grid !important;
  grid-template-rows: auto auto 1fr auto !important;
  gap: 14px !important;
}

.fh-depot-live-module .kvdp__rank-mini {
  width: 50px !important;
  min-height: 38px !important;
  display: grid !important;
  place-items: center !important;
  font-size: 15px !important;
}

.fh-depot-live-module .kvdp__brand-logo {
  width: 92px !important;
  max-width: 100% !important;
  min-height: 58px !important;
  border-radius: 8px !important;
}

.fh-depot-live-module .kvdp__side-copy span {
  display: inline-flex !important;
  width: fit-content !important;
  margin-bottom: 8px !important;
  padding: 4px 7px !important;
  border: 2px solid #08090b !important;
  background: #b7181c !important;
  color: #fffdf8 !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: 9px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
}

.fh-depot-live-module .kvdp__side-copy h3 {
  margin: 0 0 5px !important;
  max-width: 100% !important;
  font-size: clamp(18px, 1.35vw, 26px) !important;
  line-height: .9 !important;
  letter-spacing: -.045em !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}

.fh-depot-live-module .kvdp__side-copy p {
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere !important;
}

.fh-depot-live-module .kvdp__score-stamp {
  width: fit-content !important;
  min-width: 62px !important;
  padding: 8px 9px !important;
  font-size: 13px !important;
  line-height: 1 !important;
}

.fh-depot-live-module .kvdp__editorial-main {
  padding: 18px 18px 16px !important;
}

.fh-depot-live-module .kvdp__editorial-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 80px !important;
  gap: 14px !important;
  align-items: start !important;
  margin-bottom: 16px !important;
}

.fh-depot-live-module .kvdp__editorial-head h3 {
  margin: 8px 0 6px !important;
  font-size: clamp(30px, 3vw, 50px) !important;
  line-height: .86 !important;
  letter-spacing: -.065em !important;
}

.fh-depot-live-module .kvdp__editorial-head p {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
  overflow-wrap: anywhere !important;
}

.fh-depot-live-module .kvdp__editorial-badge {
  min-height: 72px !important;
  padding: 9px 8px !important;
  display: grid !important;
  align-content: center !important;
}

.fh-depot-live-module .kvdp__editorial-badge b {
  display: block !important;
  font-size: 20px !important;
  line-height: .9 !important;
}

.fh-depot-live-module .kvdp__editorial-badge span {
  display: block !important;
  margin-top: 4px !important;
  font-size: 8px !important;
  line-height: 1.1 !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  text-transform: uppercase !important;
}

.fh-depot-live-module .kvdp__metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.fh-depot-live-module .kvdp__metric-card {
  min-width: 0 !important;
  min-height: 104px !important;
  padding: 12px !important;
  border-radius: 14px !important;
  display: grid !important;
  align-content: start !important;
}

.fh-depot-live-module .kvdp__metric-card span {
  display: inline-flex !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 0 0 8px !important;
  padding: 3px 6px !important;
  background: #b7181c !important;
  color: #fffdf8 !important;
  border: 2px solid #08090b !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: 8px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  overflow-wrap: normal !important;
  white-space: nowrap !important;
}

.fh-depot-live-module .kvdp__metric-card b {
  display: block !important;
  max-width: 100% !important;
  color: #08090b !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: clamp(19px, 1.35vw, 27px) !important;
  line-height: .88 !important;
  letter-spacing: -.035em !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}

.fh-depot-live-module .kvdp__metric-card small {
  display: block !important;
  margin-top: 8px !important;
  color: #25282e !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  overflow-wrap: anywhere !important;
}

.fh-depot-live-module .kvdp__status-row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 14px 0 !important;
}

.fh-depot-live-module .kvdp__status {
  max-width: 100% !important;
  padding: 6px 9px !important;
  border-radius: 999px !important;
  font-size: 10px !important;
  line-height: 1.15 !important;
  overflow-wrap: anywhere !important;
}

.fh-depot-live-module .kvdp__details-toggle {
  min-height: 52px !important;
  padding: 11px 13px !important;
}

.fh-depot-live-module .kvdp__result-actions {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: 12px !important;
}

.fh-depot-live-module .kvdp__result-actions button {
  min-height: 46px !important;
  padding: 10px !important;
  border: 2px solid #08090b !important;
  border-radius: 10px !important;
  background: #fffdf8 !important;
  color: #08090b !important;
  font-size: 10px !important;
  line-height: 1.15 !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  text-transform: uppercase !important;
}

.fh-depot-live-module .kvdp__fineprint {
  margin-top: 12px !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
  color: #4b4f56 !important;
}

.fh-depot-live-module .kvdp__editorial-side--right {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  padding: 16px !important;
}

.fh-depot-live-module .kvdp__side-badge {
  min-height: 34px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 10px !important;
  background: #f9d342 !important;
  color: #08090b !important;
  border: 2px solid #08090b !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: 10px !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  overflow-wrap: anywhere !important;
}

.fh-depot-live-module .kvdp__rail-highlight,
.fh-depot-live-module .kvdp__bonus-box {
  border-radius: 14px !important;
  padding: 14px !important;
  box-shadow: 4px 4px 0 rgba(255,255,255,.14) !important;
}

.fh-depot-live-module .kvdp__rail-highlight b {
  display: block !important;
  margin: 10px 0 8px !important;
  font-size: clamp(21px, 1.65vw, 32px) !important;
  line-height: .9 !important;
  letter-spacing: -.055em !important;
  overflow-wrap: anywhere !important;
  hyphens: auto !important;
}

.fh-depot-live-module .kvdp__rail-highlight p,
.fh-depot-live-module .kvdp__bonus-box small {
  font-size: 11px !important;
  line-height: 1.35 !important;
  overflow-wrap: anywhere !important;
}

.fh-depot-live-module .kvdp__bonus-box b {
  font-size: clamp(18px, 1.4vw, 25px) !important;
  line-height: .95 !important;
}

.fh-depot-live-module .kvdp__offer-area {
  margin-top: auto !important;
  padding-top: 14px !important;
}

.fh-depot-live-module .kvdp__offer-action {
  min-height: 84px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 13px 14px !important;
  border-radius: 14px !important;
  text-align: left !important;
}

.fh-depot-live-module .kvdp__offer-action small {
  font-size: 9px !important;
}

.fh-depot-live-module .kvdp__offer-action b {
  display: block !important;
  font-size: clamp(22px, 1.75vw, 32px) !important;
  line-height: .86 !important;
  overflow-wrap: normal !important;
}

.fh-depot-live-module .kvdp__offer-area > small {
  display: block !important;
  margin-top: 12px !important;
  color: #fffdf8 !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
}

@media (max-width: 1180px) {
  .fh-depot-live-module .kvdp__editorial-layout {
    grid-template-columns: minmax(120px, 160px) minmax(0, 1fr) minmax(205px, 240px) !important;
  }

  .fh-depot-live-module .kvdp__metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 980px) {
  .fh-depot-live-module .kvdp__editorial-layout {
    grid-template-columns: 1fr !important;
  }

  .fh-depot-live-module .kvdp__editorial-side--left {
    grid-template-columns: auto auto minmax(0, 1fr) auto !important;
    grid-template-rows: auto !important;
    align-items: center !important;
  }

  .fh-depot-live-module .kvdp__editorial-side--right {
    min-height: 0 !important;
  }

  .fh-depot-live-module .kvdp__offer-area {
    margin-top: 0 !important;
  }
}

@media (max-width: 720px) {
  .fh-depot-live-module .kvdp__editorial-main,
  .fh-depot-live-module .kvdp__editorial-side--left,
  .fh-depot-live-module .kvdp__editorial-side--right {
    padding: 14px !important;
  }

  .fh-depot-live-module .kvdp__editorial-side--left {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .fh-depot-live-module .kvdp__editorial-head {
    grid-template-columns: 1fr !important;
  }

  .fh-depot-live-module .kvdp__editorial-badge {
    width: fit-content !important;
  }

  .fh-depot-live-module .kvdp__metric-grid,
  .fh-depot-live-module .kvdp__result-actions {
    grid-template-columns: 1fr !important;
  }

  .fh-depot-live-module .kvdp__metric-card {
    min-height: 0 !important;
  }

  .fh-depot-live-module .kvdp__offer-action {
    min-height: 74px !important;
  }
}


/* =========================================================
   v1.0.3 – Ergebnisfeed veredelt, mehr Luft zur rechten Spalte
========================================================= */
.fh-depot-live-module .kvdp__result-card {
  overflow: hidden !important;
}

.fh-depot-live-module .kvdp__editorial-layout {
  grid-template-columns: 150px minmax(0, 1fr) 290px !important;
  column-gap: 14px !important;
  align-items: stretch !important;
  background: #fffdf8 !important;
}

.fh-depot-live-module .kvdp__editorial-side--left,
.fh-depot-live-module .kvdp__editorial-main,
.fh-depot-live-module .kvdp__editorial-side--right {
  border: 3px solid #08090b !important;
  border-radius: 18px !important;
}

.fh-depot-live-module .kvdp__editorial-side--left {
  border-right: 3px solid #08090b !important;
  padding: 18px 14px !important;
  gap: 14px !important;
}

.fh-depot-live-module .kvdp__editorial-main {
  padding: 20px 20px 18px !important;
}

.fh-depot-live-module .kvdp__editorial-side--right {
  border-left: 3px solid #08090b !important;
  padding: 18px !important;
  gap: 14px !important;
}

.fh-depot-live-module .kvdp__editorial-head {
  grid-template-columns: minmax(0, 1fr) 96px !important;
  gap: 18px !important;
  align-items: start !important;
}

.fh-depot-live-module .kvdp__score-stamp {
  justify-self: end !important;
  align-self: start !important;
  min-width: 86px !important;
  min-height: 56px !important;
  padding: 10px 10px !important;
  font-size: 16px !important;
  line-height: 1.02 !important;
}

.fh-depot-live-module .kvdp__score-stamp small,
.fh-depot-live-module .kvdp__score-stamp span {
  display: block !important;
  font-size: 9px !important;
  line-height: 1.1 !important;
  letter-spacing: .04em !important;
}

.fh-depot-live-module .kvdp__metric-grid {
  gap: 11px !important;
}

.fh-depot-live-module .kvdp__metric-card {
  min-height: 116px !important;
  padding: 12px 12px 11px !important;
}

.fh-depot-live-module .kvdp__metric-card b {
  line-height: .9 !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  hyphens: auto !important;
}

.fh-depot-live-module .kvdp__metric-card small,
.fh-depot-live-module .kvdp__metric-card p {
  overflow-wrap: anywhere !important;
  hyphens: auto !important;
}

.fh-depot-live-module .kvdp__side-badge {
  min-height: 38px !important;
}

.fh-depot-live-module .kvdp__rail-highlight,
.fh-depot-live-module .kvdp__bonus-box {
  padding: 16px !important;
}

.fh-depot-live-module .kvdp__offer-area {
  margin-top: auto !important;
  padding-top: 18px !important;
}

.fh-depot-live-module .kvdp__offer-action {
  min-height: 92px !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 14px 16px !important;
}

.fh-depot-live-module .kvdp__offer-action span {
  width: 100% !important;
  text-align: center !important;
}

.fh-depot-live-module .kvdp__offer-action b {
  font-size: clamp(22px, 1.7vw, 30px) !important;
}

.fh-depot-live-module .kvdp__offer-note,
.fh-depot-live-module .kvdp__offer-area > small {
  max-width: 28ch !important;
}

@media (max-width: 1240px) {
  .fh-depot-live-module .kvdp__editorial-layout {
    grid-template-columns: 138px minmax(0, 1fr) 268px !important;
  }
}

@media (max-width: 980px) {
  .fh-depot-live-module .kvdp__editorial-layout {
    grid-template-columns: 1fr !important;
    row-gap: 14px !important;
  }

  .fh-depot-live-module .kvdp__editorial-side--left,
  .fh-depot-live-module .kvdp__editorial-main,
  .fh-depot-live-module .kvdp__editorial-side--right {
    border-radius: 16px !important;
  }

  .fh-depot-live-module .kvdp__editorial-side--left {
    grid-template-columns: auto auto minmax(0,1fr) auto !important;
  }
}

@media (max-width: 720px) {
  .fh-depot-live-module .kvdp__editorial-main,
  .fh-depot-live-module .kvdp__editorial-side--left,
  .fh-depot-live-module .kvdp__editorial-side--right {
    padding: 14px !important;
  }

  .fh-depot-live-module .kvdp__editorial-head {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .fh-depot-live-module .kvdp__score-stamp {
    justify-self: start !important;
  }
}


/* =========================================================
   v1.0.4 – Ergebnisfeed ohne Innenränder / editorial flush layout
========================================================= */
.fh-depot-live-module .kvdp__result-card {
  border-radius: 26px !important;
  overflow: hidden !important;
  box-shadow: 10px 10px 0 #c6d7ff !important;
}

.fh-depot-live-module .kvdp__editorial-layout {
  grid-template-columns: 150px minmax(0, 1fr) 285px !important;
  column-gap: 0 !important;
  row-gap: 0 !important;
  background: #fffdf8 !important;
}

.fh-depot-live-module .kvdp__editorial-side--left,
.fh-depot-live-module .kvdp__editorial-main,
.fh-depot-live-module .kvdp__editorial-side--right {
  border: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.fh-depot-live-module .kvdp__editorial-side--left {
  border-right: 3px solid #08090b !important;
  padding: 16px 14px !important;
}

.fh-depot-live-module .kvdp__editorial-main {
  padding: 14px 14px 12px !important;
}

.fh-depot-live-module .kvdp__editorial-side--right {
  border-left: 3px solid #08090b !important;
  padding: 14px 14px 12px !important;
}

.fh-depot-live-module .kvdp__editorial-head {
  margin-bottom: 12px !important;
}

.fh-depot-live-module .kvdp__metric-grid {
  gap: 8px !important;
}

.fh-depot-live-module .kvdp__metric-card {
  min-height: 106px !important;
  padding: 10px 10px 9px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.fh-depot-live-module .kvdp__chip-row {
  margin-top: 8px !important;
  gap: 8px !important;
}

.fh-depot-live-module .kvdp__details-toggle {
  margin-top: 10px !important;
  min-height: 44px !important;
  border-radius: 12px !important;
}

.fh-depot-live-module .kvdp__details-toggle b {
  width: 28px !important;
  height: 28px !important;
}

.fh-depot-live-module .kvdp__result-actions {
  gap: 8px !important;
  margin-top: 10px !important;
}

.fh-depot-live-module .kvdp__result-actions .kvdp__button {
  min-height: 42px !important;
  border-radius: 10px !important;
}

.fh-depot-live-module .kvdp__fineprint {
  margin-top: 10px !important;
  font-size: 9px !important;
}

.fh-depot-live-module .kvdp__side-badge {
  border-radius: 0 !important;
}

.fh-depot-live-module .kvdp__rail-highlight,
.fh-depot-live-module .kvdp__bonus-box {
  border-radius: 14px !important;
  padding: 14px !important;
}

.fh-depot-live-module .kvdp__rail-highlight {
  box-shadow: none !important;
}

.fh-depot-live-module .kvdp__bonus-box {
  box-shadow: 4px 4px 0 rgba(255,255,255,.14) !important;
}

.fh-depot-live-module .kvdp__offer-area {
  margin-top: auto !important;
  padding-top: 12px !important;
}

.fh-depot-live-module .kvdp__offer-action {
  min-height: 74px !important;
  border-radius: 14px !important;
  padding: 12px 14px !important;
}

.fh-depot-live-module .kvdp__offer-action b {
  font-size: clamp(20px, 1.55vw, 28px) !important;
}

@media (max-width: 1240px) {
  .fh-depot-live-module .kvdp__editorial-layout {
    grid-template-columns: 138px minmax(0, 1fr) 255px !important;
  }
}

@media (max-width: 980px) {
  .fh-depot-live-module .kvdp__editorial-layout {
    grid-template-columns: 1fr !important;
  }

  .fh-depot-live-module .kvdp__editorial-side--left,
  .fh-depot-live-module .kvdp__editorial-side--right {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .fh-depot-live-module .kvdp__editorial-side--left {
    border-bottom: 3px solid #08090b !important;
  }

  .fh-depot-live-module .kvdp__editorial-side--right {
    border-top: 3px solid #08090b !important;
  }
}

@media (max-width: 720px) {
  .fh-depot-live-module .kvdp__editorial-main,
  .fh-depot-live-module .kvdp__editorial-side--left,
  .fh-depot-live-module .kvdp__editorial-side--right {
    padding: 12px !important;
  }

  .fh-depot-live-module .kvdp__metric-grid {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   v1.0.5 – Pastelligere Feed-Kacheln
========================================================= */
.fh-depot-live-module .kvdp__result-card {
  box-shadow: 8px 8px 0 #d9e4fb !important;
}

.fh-depot-live-module .kvdp__editorial-side--left {
  background: #dcd5f5 !important;
}

.fh-depot-live-module .kvdp__editorial-main {
  background: #f7f4ec !important;
}

.fh-depot-live-module .kvdp__editorial-side--right {
  background: #08090b !important;
}

.fh-depot-live-module .kvdp__metric-card {
  background: #fbfaf6 !important;
}

.fh-depot-live-module .kvdp__metric-card:nth-child(1) {
  background: #f7f5ef !important;
}

.fh-depot-live-module .kvdp__metric-card:nth-child(2) {
  background: #efe4a6 !important;
}

.fh-depot-live-module .kvdp__metric-card:nth-child(3) {
  background: #d8efe8 !important;
}

.fh-depot-live-module .kvdp__metric-card:nth-child(4) {
  background: #edd98a !important;
}

.fh-depot-live-module .kvdp__metric-card:nth-child(5) {
  background: #f6f3eb !important;
}

.fh-depot-live-module .kvdp__metric-card:nth-child(6) {
  background: #d9efe6 !important;
}

.fh-depot-live-module .kvdp__status--good,
.fh-depot-live-module .kvdp__target-groups span.is-yes {
  background: #dcefe5 !important;
}

.fh-depot-live-module .kvdp__status--warn,
.fh-depot-live-module .kvdp__target-groups span.is-open {
  background: #f4e9b2 !important;
}

.fh-depot-live-module .kvdp__status--data {
  background: #ddd6f1 !important;
}

.fh-depot-live-module .kvdp__side-badge {
  background: #eed86b !important;
  border-color: #d8c15f !important;
}

.fh-depot-live-module .kvdp__rail-highlight {
  background: #f1dc62 !important;
  border-color: #f1dc62 !important;
  color: #08090b !important;
}

.fh-depot-live-module .kvdp__rail-highlight span {
  color: #08090b !important;
}

.fh-depot-live-module .kvdp__bonus-box {
  background: #dbe9f2 !important;
  border-color: #dbe9f2 !important;
  color: #08090b !important;
}

.fh-depot-live-module .kvdp__bonus-box h4,
.fh-depot-live-module .kvdp__bonus-box b,
.fh-depot-live-module .kvdp__bonus-box p,
.fh-depot-live-module .kvdp__bonus-box a {
  color: #08090b !important;
}

.fh-depot-live-module .kvdp__offer-action {
  background: #efd75f !important;
  border-color: #f8f1da !important;
  box-shadow: 5px 5px 0 #c8403c !important;
}

.fh-depot-live-module .kvdp__details-toggle b {
  background: #edd564 !important;
}


/* =========================================================
   v1.0.6 – ruhiger, sanfter, CTA und Highlight bereinigt
========================================================= */
.fh-depot-live-module .kvdp__result-card {
  box-shadow: 6px 6px 0 #dfe6f7 !important;
}

.fh-depot-live-module .kvdp__editorial-side--left {
  background: #e0daf6 !important;
}

.fh-depot-live-module .kvdp__editorial-main {
  background: #faf7f0 !important;
}

.fh-depot-live-module .kvdp__editorial-side--right {
  background: #0d0e12 !important;
}

.fh-depot-live-module .kvdp__micro-kicker {
  padding: 6px 10px !important;
  font-size: 9px !important;
  letter-spacing: .06em !important;
}

.fh-depot-live-module .kvdp__rail-highlight {
  border-color: #ecd772 !important;
  background: #edd975 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}

.fh-depot-live-module .kvdp__rail-highlight span {
  display: none !important;
}

.fh-depot-live-module .kvdp__rail-highlight b {
  margin: 0 0 8px !important;
  font-size: clamp(20px, 1.7vw, 31px) !important;
  line-height: .95 !important;
}

.fh-depot-live-module .kvdp__rail-highlight p {
  font-size: 12.5px !important;
  line-height: 1.45 !important;
}

.fh-depot-live-module .kvdp__bonus-box {
  border-color: #cad6ea !important;
  background: #dfe8f3 !important;
  border-radius: 18px !important;
  box-shadow: 2px 2px 0 rgba(255,255,255,.1) !important;
}

.fh-depot-live-module .kvdp__offer-action {
  min-height: 82px !important;
  border: 3px solid #f7f0d8 !important;
  border-radius: 18px !important;
  background: #ecd46a !important;
  box-shadow: 4px 4px 0 #d45b58 !important;
  align-items: center !important;
}

.fh-depot-live-module .kvdp__offer-action span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 100% !important;
  text-align: center !important;
}

.fh-depot-live-module .kvdp__offer-action small {
  display: none !important;
}

.fh-depot-live-module .kvdp__offer-action b {
  margin-top: 0 !important;
  font-size: clamp(19px, 1.55vw, 28px) !important;
  line-height: .92 !important;
}

.fh-depot-live-module .kvdp__side-badge {
  background: #e9d469 !important;
  border-color: #dbc55e !important;
}

.fh-depot-live-module .kvdp__metric-card {
  border-color: rgba(8,9,11,.85) !important;
}

.fh-depot-live-module .kvdp__metric-card:nth-child(1) { background: #faf8f2 !important; }
.fh-depot-live-module .kvdp__metric-card:nth-child(2) { background: #f0e5aa !important; }
.fh-depot-live-module .kvdp__metric-card:nth-child(3) { background: #dcedea !important; }
.fh-depot-live-module .kvdp__metric-card:nth-child(4) { background: #efdfa0 !important; }
.fh-depot-live-module .kvdp__metric-card:nth-child(5) { background: #f7f4ec !important; }
.fh-depot-live-module .kvdp__metric-card:nth-child(6) { background: #deede7 !important; }


/* =========================================================
   v1.0.7 – mehr Breite + Ausschluss-Badge lesbar
========================================================= */
.fh-depot-live-module .kvdp__shell {
  width: min(1820px, calc(100% - 8px)) !important;
}

.fh-depot-live-module .kvdp__result-card.is-excluded {
  opacity: .9 !important;
}

.fh-depot-live-module .kvdp__editorial-badge {
  min-width: 116px !important;
  width: auto !important;
  max-width: 132px !important;
  padding: 10px 10px 9px !important;
}

.fh-depot-live-module .kvdp__editorial-badge b {
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  hyphens: auto !important;
}

.fh-depot-live-module .kvdp__result-card.is-excluded .kvdp__editorial-badge {
  min-width: 132px !important;
  max-width: 144px !important;
  padding: 8px 8px 7px !important;
}

.fh-depot-live-module .kvdp__result-card.is-excluded .kvdp__editorial-badge b {
  font-size: 18px !important;
  line-height: .9 !important;
  letter-spacing: -.045em !important;
}

.fh-depot-live-module .kvdp__result-card.is-excluded .kvdp__editorial-badge span {
  font-size: 8.5px !important;
  line-height: 1.08 !important;
  letter-spacing: .03em !important;
}

.fh-depot-live-module .kvdp__result-card.is-excluded .kvdp__score-stamp,
.fh-depot-live-module .kvdp__result-card.is-excluded .kvdp__editorial-badge {
  background: #fff6d8 !important;
}

@media (max-width: 760px) {
  .fh-depot-live-module .kvdp__shell {
    width: min(100% - 6px, 1820px) !important;
  }

  .fh-depot-live-module .kvdp__result-card.is-excluded .kvdp__editorial-badge {
    min-width: 120px !important;
    max-width: 132px !important;
  }

  .fh-depot-live-module .kvdp__result-card.is-excluded .kvdp__editorial-badge b {
    font-size: 16px !important;
  }
}


/* =========================================================
   v1.0.8 – Ausschluss-Badge final + Feed noch breiter
========================================================= */
.fh-depot-live-module .kvdp__shell {
  width: min(1860px, calc(100% - 4px)) !important;
}

.fh-depot-live-module .kvdp__editorial-head {
  grid-template-columns: minmax(0, 1fr) 124px !important;
}

.fh-depot-live-module .kvdp__result-card.is-excluded .kvdp__editorial-head {
  grid-template-columns: minmax(0, 1fr) 146px !important;
}

.fh-depot-live-module .kvdp__editorial-badge {
  min-width: 124px !important;
  max-width: 124px !important;
  width: 124px !important;
  justify-self: end !important;
}

.fh-depot-live-module .kvdp__result-card.is-excluded .kvdp__editorial-badge {
  min-width: 146px !important;
  max-width: 146px !important;
  width: 146px !important;
  padding: 9px 8px 8px !important;
}

.fh-depot-live-module .kvdp__result-card.is-excluded .kvdp__editorial-badge b {
  display: block !important;
  font-size: 17px !important;
  line-height: .92 !important;
  letter-spacing: -.04em !important;
  white-space: normal !important;
}

.fh-depot-live-module .kvdp__result-card.is-excluded .kvdp__editorial-badge span {
  display: block !important;
  font-size: 8px !important;
  line-height: 1.08 !important;
  letter-spacing: .02em !important;
  white-space: normal !important;
}

@media (max-width: 760px) {
  .fh-depot-live-module .kvdp__shell {
    width: min(100% - 4px, 1860px) !important;
  }

  .fh-depot-live-module .kvdp__editorial-head,
  .fh-depot-live-module .kvdp__result-card.is-excluded .kvdp__editorial-head {
    grid-template-columns: 1fr !important;
  }

  .fh-depot-live-module .kvdp__editorial-badge,
  .fh-depot-live-module .kvdp__result-card.is-excluded .kvdp__editorial-badge {
    width: fit-content !important;
    min-width: 132px !important;
    max-width: 150px !important;
  }
}


/* =========================================================
   v1.0.9 – Geschäftskonto-Responsive übernommen + CTA Orange
   Vollbreite, sauberes Stacking auf allen Handys, weniger gequetscht
========================================================= */
.fh-depot-comparison .fh-depot-shell {
  width: min(1900px, calc(100% - 18px)) !important;
  max-width: none !important;
}

.fh-depot-comparison-frame,
.fh-depot-frame-inner,
.fh-depot-live-module.kvdp,
.fh-depot-live-module .kvdp__shell {
  width: 100% !important;
  max-width: none !important;
}

.fh-depot-live-module .kvdp__shell {
  width: min(1900px, calc(100% - 8px)) !important;
  margin: 0 auto !important;
}

.fh-depot-live-module .kvdp__results-list,
.fh-depot-live-module .kvdp__results {
  width: 100% !important;
  max-width: none !important;
}

.fh-depot-live-module .kvdp__result-card {
  width: 100% !important;
  container-type: inline-size !important;
  border-radius: 26px !important;
  overflow: hidden !important;
}

.fh-depot-live-module .kvdp__editorial-layout {
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) 292px !important;
  column-gap: 0 !important;
  align-items: stretch !important;
  min-width: 0 !important;
}

.fh-depot-live-module .kvdp__editorial-side--left,
.fh-depot-live-module .kvdp__editorial-main,
.fh-depot-live-module .kvdp__editorial-side--right {
  min-width: 0 !important;
}

.fh-depot-live-module .kvdp__editorial-side--left {
  padding: 16px 13px !important;
  background: #e0daf6 !important;
}

.fh-depot-live-module .kvdp__editorial-main {
  padding: clamp(16px, 2.2vw, 26px) !important;
  background: #faf7f0 !important;
}

.fh-depot-live-module .kvdp__editorial-side--right {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  padding: 16px 14px !important;
  background: #eff1f3 !important;
  color: #08090b !important;
}

.fh-depot-live-module .kvdp__metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.fh-depot-live-module .kvdp__metric-card {
  min-height: 112px !important;
  padding: 12px !important;
  border: 2px solid #08090b !important;
  border-radius: 14px !important;
}

.fh-depot-live-module .kvdp__metric-card:nth-child(1) { background: #edf1f7 !important; }
.fh-depot-live-module .kvdp__metric-card:nth-child(2) { background: #eef5f1 !important; }
.fh-depot-live-module .kvdp__metric-card:nth-child(3) { background: #ece7f6 !important; }
.fh-depot-live-module .kvdp__metric-card:nth-child(4) { background: #f6efd2 !important; }
.fh-depot-live-module .kvdp__metric-card:nth-child(5) { background: #dce7f4 !important; }
.fh-depot-live-module .kvdp__metric-card:nth-child(6) { background: #e8f1ee !important; }

.fh-depot-live-module .kvdp__metric-card span,
.fh-depot-live-module .kvdp__micro-kicker,
.fh-depot-live-module .kvdp__eyebrow,
.fh-depot-live-module .kvdp__micro-label {
  background: #08090b !important;
  color: #fffdf8 !important;
  border-color: #08090b !important;
}

.fh-depot-live-module .kvdp__metric-card b {
  font-size: clamp(18px, 1.8vw, 30px) !important;
  line-height: .96 !important;
  letter-spacing: -.03em !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: auto !important;
}

.fh-depot-live-module .kvdp__metric-card small {
  font-size: 11px !important;
  line-height: 1.32 !important;
}

.fh-depot-live-module .kvdp__side-badge {
  min-height: 42px !important;
  padding: 10px 14px !important;
  border: 2px solid #08090b !important;
  border-radius: 14px !important;
  background: #dce7f4 !important;
  color: #08090b !important;
  text-align: center !important;
  box-shadow: 0 3px 0 rgba(0,0,0,.10) !important;
}

.fh-depot-live-module .kvdp__rail-highlight,
.fh-depot-live-module .kvdp__bonus-box {
  padding: 14px !important;
  border: 2px solid #08090b !important;
  border-radius: 16px !important;
  color: #08090b !important;
  box-shadow: 0 3px 0 rgba(0,0,0,.10) !important;
}

.fh-depot-live-module .kvdp__rail-highlight {
  background: #dce7f4 !important;
}

.fh-depot-live-module .kvdp__bonus-box {
  background: #e7def3 !important;
}

.fh-depot-live-module .kvdp__rail-highlight span,
.fh-depot-live-module .kvdp__bonus-box span {
  background: #08090b !important;
  color: #fffdf8 !important;
  border-color: #08090b !important;
}

.fh-depot-live-module .kvdp__rail-highlight b,
.fh-depot-live-module .kvdp__bonus-box b {
  font-size: clamp(18px, 1.8vw, 27px) !important;
  line-height: .98 !important;
  overflow-wrap: anywhere !important;
  hyphens: auto !important;
}

.fh-depot-live-module .kvdp__offer-area {
  margin-top: auto !important;
  padding-top: 2px !important;
}

/* CTA Orange im Finanzhack-Stil */
.fh-depot-live-module .kvdp__offer-action {
  min-height: 70px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 40px !important;
  gap: 10px !important;
  align-items: center !important;
  padding: 12px 14px !important;
  border: 2px solid #08090b !important;
  border-radius: 16px !important;
  background: #f07a00 !important;
  color: #000000 !important;
  box-shadow: 0 6px 14px rgba(0,0,0,.16) !important;
}

.fh-depot-live-module .kvdp__offer-action:hover,
.fh-depot-live-module .kvdp__offer-action:focus-visible {
  background: #ff8a00 !important;
  transform: translateY(-1px) !important;
}

.fh-depot-live-module .kvdp__offer-action span {
  min-width: 0 !important;
  text-align: left !important;
}

.fh-depot-live-module .kvdp__offer-action b {
  color: #000000 !important;
  font-size: clamp(19px, 1.85vw, 28px) !important;
  line-height: .98 !important;
  letter-spacing: -.03em !important;
  white-space: normal !important;
}

.fh-depot-live-module .kvdp__offer-action em {
  display: grid !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  border-radius: 10px !important;
  background: #08090b !important;
  color: #ffffff !important;
  font-size: 18px !important;
}

.fh-depot-live-module .kvdp__offer-area > small {
  margin-top: 9px !important;
  color: #555555 !important;
  font-size: 10.5px !important;
  line-height: 1.42 !important;
}

/* Responsive wie Geschäftskonto: Karte stapelt auf echter Breite, nicht nur Viewport */
@container (max-width: 1180px) {
  .fh-depot-live-module .kvdp__editorial-layout {
    grid-template-columns: 140px minmax(0, 1fr) !important;
  }

  .fh-depot-live-module .kvdp__editorial-side--right {
    grid-column: 1 / -1 !important;
    border-left: 0 !important;
    border-top: 3px solid #08090b !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 330px) !important;
    align-items: start !important;
  }

  .fh-depot-live-module .kvdp__side-badge,
  .fh-depot-live-module .kvdp__rail-highlight,
  .fh-depot-live-module .kvdp__bonus-box {
    grid-column: 1 !important;
  }

  .fh-depot-live-module .kvdp__offer-area {
    grid-column: 2 !important;
    grid-row: 1 / span 3 !important;
    align-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    margin-top: 0 !important;
  }
}

@container (max-width: 920px) {
  .fh-depot-live-module .kvdp__editorial-layout {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fh-depot-live-module .kvdp__editorial-side--left {
    border-right: 0 !important;
    border-bottom: 3px solid #08090b !important;
    display: grid !important;
    grid-template-columns: auto minmax(0,1fr) auto !important;
    grid-template-areas:
      "rank copy score"
      "logo copy score" !important;
    gap: 12px !important;
    align-items: center !important;
  }

  .fh-depot-live-module .kvdp__rank-mini { grid-area: rank !important; }
  .fh-depot-live-module .kvdp__brand-logo { grid-area: logo !important; width: 104px !important; height: 56px !important; }
  .fh-depot-live-module .kvdp__side-copy { grid-area: copy !important; }
  .fh-depot-live-module .kvdp__score-stamp { grid-area: score !important; align-self: stretch !important; margin-top: 0 !important; }

  .fh-depot-live-module .kvdp__metric-grid {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  }

  .fh-depot-live-module .kvdp__editorial-side--right {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .fh-depot-live-module .kvdp__offer-area {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}

@container (max-width: 640px) {
  .fh-depot-live-module .kvdp__editorial-main,
  .fh-depot-live-module .kvdp__editorial-side--left,
  .fh-depot-live-module .kvdp__editorial-side--right {
    padding: 12px !important;
  }

  .fh-depot-live-module .kvdp__editorial-side--left {
    grid-template-columns: auto minmax(0,1fr) !important;
    grid-template-areas:
      "rank copy"
      "logo copy"
      "score score" !important;
  }

  .fh-depot-live-module .kvdp__score-stamp {
    width: 100% !important;
    min-height: 42px !important;
  }

  .fh-depot-live-module .kvdp__brand-logo {
    width: 88px !important;
    height: 48px !important;
  }

  .fh-depot-live-module .kvdp__side-copy h3 {
    font-size: clamp(21px, 8vw, 30px) !important;
  }

  .fh-depot-live-module .kvdp__editorial-head {
    grid-template-columns: minmax(0,1fr) !important;
  }

  .fh-depot-live-module .kvdp__editorial-badge {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  .fh-depot-live-module .kvdp__metric-grid,
  .fh-depot-live-module .kvdp__reason-grid,
  .fh-depot-live-module .kvdp__cost-breakdown,
  .fh-depot-live-module .kvdp__result-actions {
    grid-template-columns: minmax(0,1fr) !important;
  }

  .fh-depot-live-module .kvdp__metric-card {
    min-height: 0 !important;
  }

  .fh-depot-live-module .kvdp__status-row {
    display: grid !important;
    grid-template-columns: minmax(0,1fr) !important;
  }

  .fh-depot-live-module .kvdp__status,
  .fh-depot-live-module .kvdp__result-actions button,
  .fh-depot-live-module .kvdp__details-toggle {
    width: 100% !important;
  }

  .fh-depot-live-module .kvdp__offer-action {
    min-height: 64px !important;
    grid-template-columns: minmax(0,1fr) 34px !important;
  }

  .fh-depot-live-module .kvdp__offer-action em {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
  }
}

@media (max-width: 760px) {
  .fh-depot-comparison .fh-depot-shell,
  .fh-depot-live-module .kvdp__shell {
    width: min(100% - 4px, 1900px) !important;
  }

  .fh-depot-comparison-frame {
    border-width: 2px !important;
    box-shadow: 5px 5px 0 #08090b !important;
  }

  .fh-depot-frame-inner {
    padding: 0 !important;
  }

  .fh-depot-live-module .kvdp__steps {
    grid-template-columns: repeat(9, minmax(168px, 1fr)) !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .fh-depot-live-module .kvdp__panel {
    padding: 12px !important;
  }
}

@media (max-width: 420px) {
  .fh-depot-live-module .kvdp__panel {
    padding: 8px !important;
  }

  .fh-depot-live-module .kvdp__result-card {
    border-width: 2px !important;
    border-radius: 18px !important;
  }
}


/* =========================================================
   v1.1.0 – Depot-Feed im Geschäftskonto-Pro-Card-Stil
   Header in Lila, harmonische Flächen, Orange-CTA, voll responsiv
========================================================= */
.fh-depot-live-module .kvdp__shell {
  width: min(1860px, calc(100% - 4px)) !important;
}

.fh-depot-live-module .fhdep-pro-card,
.fh-depot-live-module .fhdep-pro-card * {
  box-sizing: border-box;
}

.fh-depot-live-module .fhdep-pro-card {
  container-type: inline-size;
  width: 100%;
  overflow: hidden;
  border: 3px solid #08090b !important;
  border-radius: 30px !important;
  background: #fffdf8 !important;
  color: #08090b;
  box-shadow: 8px 8px 0 #dfe6f7 !important;
}

.fh-depot-live-module .fhdep-pro-card.is-excluded {
  opacity: .94 !important;
}

.fh-depot-live-module .fhdep-pro-head {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) 146px;
  align-items: stretch;
  background: #e0daf6;
  border-bottom: 3px solid #08090b;
}

.fh-depot-live-module .fhdep-pro-rank,
.fh-depot-live-module .fhdep-pro-score {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  min-height: 122px;
  padding: 18px 16px;
  background: #e0daf6;
}

.fh-depot-live-module .fhdep-pro-rank {
  border-right: 3px solid #08090b;
}

.fh-depot-live-module .fhdep-pro-score {
  align-items: center;
  text-align: center;
  background: #fffdf8;
  border-left: 3px solid #08090b;
}

.fh-depot-live-module .fhdep-pro-rank b,
.fh-depot-live-module .fhdep-pro-score b {
  display: block;
  color: #08090b;
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: clamp(21px, 1.85vw, 30px);
  line-height: .94;
  letter-spacing: -.03em;
}

.fh-depot-live-module .fhdep-pro-rank span,
.fh-depot-live-module .fhdep-pro-score span,
.fh-depot-live-module .fhdep-pro-title > span {
  display: block;
  color: #08090b;
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.12;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.fh-depot-live-module .fhdep-pro-brand {
  min-width: 0;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding: 18px 24px;
}

.fh-depot-live-module .fhdep-pro-brand .kvdp__brand-logo {
  width: 112px !important;
  height: 70px !important;
  display: grid !important;
  place-items: center !important;
  padding: 9px !important;
  border: 2px solid #08090b !important;
  border-radius: 12px !important;
  background: #fffdf8 !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.fh-depot-live-module .fhdep-pro-brand .kvdp__brand-logo img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
}

.fh-depot-live-module .fhdep-pro-title {
  min-width: 0;
}

.fh-depot-live-module .fhdep-pro-title h3 {
  margin: 5px 0 5px;
  color: #08090b;
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: clamp(36px, 4vw, 62px);
  line-height: .86;
  letter-spacing: -.065em;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.fh-depot-live-module .fhdep-pro-title p {
  margin: 0;
  color: #08090b;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.fh-depot-live-module .fhdep-pro-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  background: #fffdf8;
}

.fh-depot-live-module .fhdep-pro-main {
  min-width: 0;
  padding: clamp(22px, 2.4vw, 34px);
  background: #faf8f2;
}

.fh-depot-live-module .fhdep-pro-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  padding: 18px 16px 16px;
  background: #eff1f3;
  color: #08090b;
  border-left: 3px solid #08090b;
}

.fh-depot-live-module .fhdep-pro-story {
  margin-bottom: 20px;
}

.fh-depot-live-module .fhdep-pro-story > span,
.fh-depot-live-module .fhdep-pro-metrics span,
.fh-depot-live-module .fhdep-pro-info span,
.fh-depot-live-module .fhdep-pro-side .kvdp__bonus-box > span {
  display: inline-flex !important;
  width: fit-content !important;
  min-height: 22px !important;
  align-items: center !important;
  margin-bottom: 10px !important;
  padding: 4px 8px !important;
  border: 1.5px solid #111 !important;
  border-radius: 0 !important;
  background: #111 !important;
  color: #fff !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: 9px !important;
  line-height: 1 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

.fh-depot-live-module .fhdep-pro-story h4 {
  margin: 0 0 10px;
  color: #08090b;
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: clamp(32px, 4.1vw, 62px);
  line-height: .88;
  letter-spacing: -.07em;
  text-wrap: balance;
}

.fh-depot-live-module .fhdep-pro-story p {
  max-width: 920px;
  margin: 0;
  color: #25282e;
  font-size: 16px;
  line-height: 1.5;
}

.fh-depot-live-module .fhdep-pro-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.fh-depot-live-module .fhdep-pro-metrics article {
  min-height: 124px;
  padding: 14px 14px 13px;
  border: 2px solid #111;
  border-radius: 16px;
  background: #edf1f7;
  box-shadow: none;
}

.fh-depot-live-module .fhdep-pro-metrics article:nth-child(2) { background: #eef5f1; }
.fh-depot-live-module .fhdep-pro-metrics article:nth-child(3) { background: #ece7f6; }
.fh-depot-live-module .fhdep-pro-metrics article:nth-child(4) { background: #f6efd2; }
.fh-depot-live-module .fhdep-pro-metrics article:nth-child(5) { background: #dce7f4; }
.fh-depot-live-module .fhdep-pro-metrics article:nth-child(6) { background: #e8f1ee; }

.fh-depot-live-module .fhdep-pro-metrics b {
  display: block;
  color: #08090b;
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: clamp(20px, 2vw, 34px);
  line-height: .95;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
  hyphens: auto;
}

.fh-depot-live-module .fhdep-pro-metrics small {
  display: block;
  margin-top: 7px;
  color: #30343a;
  font-size: 11.5px;
  line-height: 1.32;
  font-weight: 850;
}

.fh-depot-live-module .fhdep-pro-status {
  margin-top: 14px !important;
}

.fh-depot-live-module .fhdep-pro-details {
  margin-top: 16px;
}

.fh-depot-live-module .fhdep-pro-card .kvdp__details-toggle {
  min-height: 50px !important;
  padding: 10px 14px !important;
  border: 2px solid #111 !important;
  border-radius: 13px !important;
  background: #dce7f4 !important;
  color: #08090b !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.fh-depot-live-module .fhdep-pro-card .kvdp__details-toggle b {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  border: 1.5px solid #111 !important;
  border-radius: 50% !important;
  background: #fffdf8 !important;
  color: #08090b !important;
}

.fh-depot-live-module .fhdep-pro-card .kvdp__details-content {
  padding: 16px !important;
  border: 2px solid #111 !important;
  border-top: 0 !important;
  border-radius: 0 0 14px 14px !important;
  background: #fffdf8 !important;
}

.fh-depot-live-module .fhdep-pro-fineprint {
  margin-top: 14px !important;
  color: #555 !important;
  font-size: 10.5px !important;
  line-height: 1.45 !important;
}

.fh-depot-live-module .fhdep-pro-side-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 14px;
  border: 2px solid #111;
  border-radius: 14px;
  background: #dce7f4;
  color: #0d1720;
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: .04em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 3px 0 rgba(0,0,0,.10);
}

.fh-depot-live-module .fhdep-pro-info,
.fh-depot-live-module .fhdep-pro-side .kvdp__bonus-box {
  padding: 14px;
  border: 2px solid #111;
  border-radius: 16px;
  box-shadow: 0 3px 0 rgba(0,0,0,.10);
  color: #08090b !important;
}

.fh-depot-live-module .fhdep-pro-info {
  background: #dce7f4;
}

.fh-depot-live-module .fhdep-pro-side .kvdp__bonus-box {
  background: #e7def3 !important;
}

.fh-depot-live-module .fhdep-pro-info b,
.fh-depot-live-module .fhdep-pro-side .kvdp__bonus-box b {
  display: block !important;
  margin: 0 0 7px !important;
  color: #08090b !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: clamp(19px, 1.8vw, 27px) !important;
  line-height: 1 !important;
  letter-spacing: -.04em !important;
  text-wrap: balance !important;
  overflow-wrap: anywhere !important;
  hyphens: auto !important;
}

.fh-depot-live-module .fhdep-pro-info p,
.fh-depot-live-module .fhdep-pro-side .kvdp__bonus-box small {
  margin: 0 !important;
  color: #30343a !important;
  font-size: 12.5px !important;
  line-height: 1.4 !important;
}

.fh-depot-live-module .fhdep-pro-actions {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  margin: auto 0 0 !important;
  padding-top: 8px !important;
}

.fh-depot-live-module .fhdep-pro-actions button {
  width: 100% !important;
  min-height: 44px !important;
  padding: 9px 12px !important;
  border: 2px solid #111 !important;
  border-radius: 12px !important;
  background: #fffdf8 !important;
  color: #111 !important;
  font-family: "Arial Black", Impact, Arial, sans-serif !important;
  font-size: 10.5px !important;
  line-height: 1.1 !important;
  text-transform: uppercase !important;
  cursor: pointer;
}

.fh-depot-live-module .fhdep-pro-actions button:hover,
.fh-depot-live-module .fhdep-pro-actions button:focus-visible {
  background: #08090b !important;
  color: #fffdf8 !important;
}

.fh-depot-live-module .fhdep-pro-cta {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.fh-depot-live-module .fhdep-pro-cta .kvdp__offer-action {
  min-height: 70px !important;
  padding: 14px 14px !important;
  border: 2px solid #111 !important;
  border-radius: 16px !important;
  background: #f07a00 !important;
  color: #000 !important;
  box-shadow: 0 6px 14px rgba(0,0,0,.16) !important;
  grid-template-columns: minmax(0, 1fr) 38px !important;
  gap: 10px !important;
}

.fh-depot-live-module .fhdep-pro-cta .kvdp__offer-action:hover,
.fh-depot-live-module .fhdep-pro-cta .kvdp__offer-action:focus-visible {
  background: #ff8a00 !important;
}

.fh-depot-live-module .fhdep-pro-cta .kvdp__offer-action b {
  color: #000 !important;
  font-size: clamp(20px, 2vw, 30px) !important;
  line-height: .98 !important;
  letter-spacing: -.03em !important;
  white-space: normal !important;
}

.fh-depot-live-module .fhdep-pro-cta .kvdp__offer-action em {
  display: grid !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border-radius: 10px !important;
  background: #111 !important;
  color: #fff !important;
  font-size: 18px !important;
}

.fh-depot-live-module .fhdep-pro-cta small {
  display: block !important;
  margin-top: 9px !important;
  color: #555 !important;
  font-size: 10.5px !important;
  line-height: 1.42 !important;
}

@container (max-width: 1120px) {
  .fh-depot-live-module .fhdep-pro-body {
    grid-template-columns: 1fr;
  }

  .fh-depot-live-module .fhdep-pro-side {
    border-left: 0;
    border-top: 3px solid #08090b;
  }

  .fh-depot-live-module .fhdep-pro-actions {
    margin-top: 8px !important;
  }
}

@container (max-width: 860px) {
  .fh-depot-live-module .fhdep-pro-head {
    grid-template-columns: 94px minmax(0, 1fr) 124px;
  }

  .fh-depot-live-module .fhdep-pro-brand {
    grid-template-columns: 98px minmax(0, 1fr);
    gap: 14px;
    padding: 16px;
  }

  .fh-depot-live-module .fhdep-pro-brand .kvdp__brand-logo {
    width: 98px !important;
    height: 58px !important;
  }

  .fh-depot-live-module .fhdep-pro-rank,
  .fh-depot-live-module .fhdep-pro-score {
    min-height: 108px;
    padding: 14px 12px;
  }

  .fh-depot-live-module .fhdep-pro-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@container (max-width: 640px) {
  .fh-depot-live-module .fhdep-pro-head {
    grid-template-columns: 1fr;
  }

  .fh-depot-live-module .fhdep-pro-rank,
  .fh-depot-live-module .fhdep-pro-score {
    min-height: auto;
    align-items: flex-start;
    border: 0;
    border-bottom: 3px solid #08090b;
  }

  .fh-depot-live-module .fhdep-pro-score {
    align-items: flex-start;
    text-align: left;
    border-bottom: 0;
  }

  .fh-depot-live-module .fhdep-pro-brand {
    grid-template-columns: 90px minmax(0, 1fr);
    border-bottom: 3px solid #08090b;
  }

  .fh-depot-live-module .fhdep-pro-brand .kvdp__brand-logo {
    width: 90px !important;
    height: 54px !important;
  }

  .fh-depot-live-module .fhdep-pro-title h3 {
    font-size: clamp(34px, 12vw, 52px);
  }

  .fh-depot-live-module .fhdep-pro-main,
  .fh-depot-live-module .fhdep-pro-side {
    padding: 14px 12px;
  }

  .fh-depot-live-module .fhdep-pro-metrics {
    grid-template-columns: 1fr;
  }

  .fh-depot-live-module .fhdep-pro-cta .kvdp__offer-action {
    min-height: 64px !important;
    grid-template-columns: minmax(0, 1fr) 34px !important;
  }

  .fh-depot-live-module .fhdep-pro-cta .kvdp__offer-action em {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
  }
}

/* =========================================================
   v1.1.1 – Mobile wie Festgeld: volle Breite, saubere Header,
   Ranking ohne Überlauf, Depotnamen hochwertig
========================================================= */
@media (max-width: 560px) {
  .fh-depot-comparison .fh-depot-shell {
    width: calc(100% - 2px) !important;
    max-width: none !important;
  }

  .fh-depot-comparison-frame,
  .fh-depot-frame-inner,
  .fh-depot-live-module.kvdp,
  .fh-depot-live-module .kvdp__shell,
  .fh-depot-live-module .kvdp__panel,
  .fh-depot-live-module .kvdp__results,
  .fh-depot-live-module .kvdp__results-list {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  .fh-depot-frame-inner {
    padding: 3px !important;
  }

  .fh-depot-live-module .kvdp__panel,
  .fh-depot-live-module .kvdp__results {
    padding: 14px 6px !important;
  }

  .fh-depot-live-module .kvdp__screen-head h2,
  .fh-depot-live-module .kvdp__result-head h2 {
    font-size: clamp(30px, 12vw, 46px) !important;
    line-height: .9 !important;
    letter-spacing: -.055em !important;
    max-width: 100% !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: none !important;
  }

  .fh-depot-live-module .kvdp__screen-head p,
  .fh-depot-live-module .kvdp__result-head p {
    font-size: 13px !important;
    line-height: 1.4 !important;
    max-width: 100% !important;
  }

  .fh-depot-live-module .kvdp__ranking-presets {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .fh-depot-live-module .kvdp__ranking-preset {
    min-height: 0 !important;
    padding: 14px !important;
    border-radius: 16px !important;
  }

  .fh-depot-live-module .kvdp__ranking-preset b {
    font-size: 16px !important;
    line-height: 1.1 !important;
    max-width: 100% !important;
  }

  .fh-depot-live-module .kvdp__ranking-preset small {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .fh-depot-live-module .kvdp__weight-panel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    gap: 12px !important;
    padding: 12px !important;
    border-radius: 18px !important;
    box-shadow: 4px 4px 0 rgba(8,9,11,.14) !important;
    overflow: hidden !important;
  }

  .fh-depot-live-module .kvdp__weight-panel-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    align-items: stretch !important;
  }

  .fh-depot-live-module .kvdp__weight-panel-head h3,
  .fh-depot-live-module [data-kvdp-ranking-label] {
    font-size: clamp(26px, 10vw, 42px) !important;
    line-height: .9 !important;
    letter-spacing: -.045em !important;
    max-width: 100% !important;
  }

  .fh-depot-live-module .kvdp__weight-panel-head p,
  .fh-depot-live-module [data-kvdp-ranking-name] {
    font-size: 13px !important;
    line-height: 1.4 !important;
    max-width: 100% !important;
  }

  .fh-depot-live-module .kvdp__weight-total {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 12px !important;
    border-radius: 16px !important;
  }

  .fh-depot-live-module .kvdp__weight-total b {
    font-size: clamp(28px, 12vw, 46px) !important;
    line-height: 1 !important;
  }

  .fh-depot-live-module .kvdp__weight-grid {
    gap: 10px !important;
  }

  .fh-depot-live-module .kvdp__weight-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 12px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  .fh-depot-live-module .kvdp__weight-row > span {
    grid-column: auto !important;
    min-width: 0 !important;
  }

  .fh-depot-live-module .kvdp__weight-row b {
    font-size: 15px !important;
    line-height: 1.15 !important;
  }

  .fh-depot-live-module .kvdp__weight-row small {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }

  .fh-depot-live-module .kvdp__weight-row input[type="range"] {
    grid-column: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  .fh-depot-live-module .kvdp__weight-row output {
    grid-column: auto !important;
    grid-row: auto !important;
    justify-self: start !important;
    width: auto !important;
    min-width: 72px !important;
    min-height: 40px !important;
    padding: 6px 10px !important;
    border-width: 2px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
  }

  .fh-depot-live-module .kvdp__ranking-excluded,
  .fh-depot-live-module .kvdp__ranking-footer {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    width: 100% !important;
    padding: 12px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  .fh-depot-live-module .kvdp__ranking-excluded > span,
  .fh-depot-live-module .kvdp__ranking-footer > span {
    width: 100% !important;
    display: block !important;
    font-size: 13px !important;
  }

  .fh-depot-live-module .kvdp__ranking-excluded > b,
  .fh-depot-live-module .kvdp__ranking-footer > b {
    min-height: 32px !important;
    padding: 6px 10px !important;
    font-size: 12px !important;
  }

  .fh-depot-live-module .fhdep-pro-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border-radius: 24px !important;
    box-shadow: 5px 5px 0 #dfe6f7 !important;
    overflow: hidden !important;
  }

  .fh-depot-live-module .fhdep-pro-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  .fh-depot-live-module .fhdep-pro-rank,
  .fh-depot-live-module .fhdep-pro-brand,
  .fh-depot-live-module .fhdep-pro-score {
    min-height: 0 !important;
    padding: 12px 14px !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 2px solid #08090b !important;
  }

  .fh-depot-live-module .fhdep-pro-score {
    align-items: flex-start !important;
    text-align: left !important;
    border-bottom: 0 !important;
  }

  .fh-depot-live-module .fhdep-pro-rank b,
  .fh-depot-live-module .fhdep-pro-score b {
    font-size: clamp(20px, 8vw, 40px) !important;
    line-height: .95 !important;
  }

  .fh-depot-live-module .fhdep-pro-brand {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
  }

  .fh-depot-live-module .fhdep-pro-brand .kvdp__brand-logo {
    width: 64px !important;
    height: 46px !important;
    min-width: 0 !important;
    padding: 6px !important;
    border-radius: 10px !important;
  }

  .fh-depot-live-module .fhdep-pro-brand .kvdp__brand-logo img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }

  .fh-depot-live-module .fhdep-pro-title {
    min-width: 0 !important;
    width: 100% !important;
  }

  .fh-depot-live-module .fhdep-pro-title > span {
    font-size: 10px !important;
    letter-spacing: .08em !important;
  }

  .fh-depot-live-module .fhdep-pro-title h3 {
    margin: 4px 0 4px !important;
    max-width: 100% !important;
    font-size: clamp(20px, 8.2vw, 32px) !important;
    line-height: .95 !important;
    letter-spacing: -.045em !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
  }

  .fh-depot-live-module .fhdep-pro-title p {
    font-size: 14px !important;
    line-height: 1.15 !important;
  }

  .fh-depot-live-module .fhdep-pro-body {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  .fh-depot-live-module .fhdep-pro-main,
  .fh-depot-live-module .fhdep-pro-side {
    padding: 12px !important;
    min-width: 0 !important;
  }

  .fh-depot-live-module .fhdep-pro-side {
    gap: 10px !important;
    border-left: 0 !important;
    border-top: 2px solid #08090b !important;
  }

  .fh-depot-live-module .fhdep-pro-story {
    margin-bottom: 14px !important;
  }

  .fh-depot-live-module .fhdep-pro-story h4 {
    font-size: clamp(24px, 12vw, 38px) !important;
    line-height: .92 !important;
    letter-spacing: -.055em !important;
  }

  .fh-depot-live-module .fhdep-pro-story p {
    font-size: 13px !important;
    line-height: 1.35 !important;
  }

  .fh-depot-live-module .fhdep-pro-metrics,
  .fh-depot-live-module .fhdep-pro-actions,
  .fh-depot-live-module .kvdp__reason-grid,
  .fh-depot-live-module .kvdp__cost-breakdown {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .fh-depot-live-module .fhdep-pro-metrics article {
    min-height: 0 !important;
    padding: 12px !important;
  }

  .fh-depot-live-module .fhdep-pro-metrics b {
    font-size: clamp(18px, 8vw, 28px) !important;
    line-height: 1 !important;
    overflow-wrap: anywhere !important;
  }

  .fh-depot-live-module .fhdep-pro-metrics small {
    font-size: 11px !important;
  }

  .fh-depot-live-module .fhdep-pro-side-badge,
  .fh-depot-live-module .fhdep-pro-info,
  .fh-depot-live-module .fhdep-pro-side .kvdp__bonus-box,
  .fh-depot-live-module .fhdep-pro-actions button,
  .fh-depot-live-module .fhdep-pro-card .kvdp__details-toggle,
  .fh-depot-live-module .fhdep-pro-cta .kvdp__offer-action {
    width: 100% !important;
    max-width: 100% !important;
  }

  .fh-depot-live-module .fhdep-pro-cta .kvdp__offer-action {
    min-height: 64px !important;
    border-radius: 14px !important;
  }

  .fh-depot-live-module .fhdep-pro-cta small {
    font-size: 10px !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 390px) {
  .fh-depot-live-module .kvdp__panel,
  .fh-depot-live-module .kvdp__results {
    padding: 12px 4px !important;
  }

  .fh-depot-live-module .fhdep-pro-rank,
  .fh-depot-live-module .fhdep-pro-brand,
  .fh-depot-live-module .fhdep-pro-score,
  .fh-depot-live-module .fhdep-pro-main,
  .fh-depot-live-module .fhdep-pro-side {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .fh-depot-live-module .fhdep-pro-title h3 {
    font-size: clamp(19px, 7.8vw, 29px) !important;
  }

  .fh-depot-live-module .kvdp__weight-panel {
    padding: 10px !important;
  }
}


/* =========================================================
   v1.1.2 – Mobile-Feinschliff wie Tagesgeld/Festgeld:
   breiter, sauberer lila Header, keine kaputten Anbieter-Umbrüche
========================================================= */
@media (max-width: 680px) {
  .fh-depot-comparison {
    overflow-x: hidden !important;
  }
  .fh-depot-comparison .fh-depot-shell {
    width: calc(100% - 2px) !important;
    max-width: none !important;
  }
  .fh-depot-comparison-frame,
  .fh-depot-frame-inner,
  .fh-depot-live-module.kvdp,
  .fh-depot-live-module .kvdp__shell,
  .fh-depot-live-module .kvdp__panel,
  .fh-depot-live-module .kvdp__results,
  .fh-depot-live-module .kvdp__results-list {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }
  .fh-depot-frame-inner {
    padding: 3px !important;
  }
  .fh-depot-live-module .kvdp__panel,
  .fh-depot-live-module .kvdp__results {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .fh-depot-live-module .fhdep-pro-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 5px 5px 0 #dfe6f7 !important;
  }
  .fh-depot-live-module .fhdep-pro-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    background: #e0daf6 !important;
  }
  .fh-depot-live-module .fhdep-pro-rank,
  .fh-depot-live-module .fhdep-pro-brand,
  .fh-depot-live-module .fhdep-pro-score {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 12px 14px !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 2px solid #08090b !important;
  }
  .fh-depot-live-module .fhdep-pro-score {
    border-bottom: 0 !important;
    align-items: flex-start !important;
    text-align: left !important;
  }
  .fh-depot-live-module .fhdep-pro-rank b,
  .fh-depot-live-module .fhdep-pro-score b {
    font-size: clamp(24px, 9vw, 42px) !important;
    line-height: .95 !important;
  }
  .fh-depot-live-module .fhdep-pro-brand {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
    background: #e0daf6 !important;
  }
  .fh-depot-live-module .fhdep-pro-brand .kvdp__brand-logo {
    width: 64px !important;
    height: 46px !important;
    min-width: 0 !important;
    padding: 6px !important;
    border-radius: 10px !important;
    background: #fffdf8 !important;
    overflow: hidden !important;
  }
  .fh-depot-live-module .fhdep-pro-brand .kvdp__brand-logo img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }
  .fh-depot-live-module .fhdep-pro-title {
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .fh-depot-live-module .fhdep-pro-title > span {
    display: block !important;
    margin-bottom: 5px !important;
    font-size: 10px !important;
    letter-spacing: .08em !important;
    line-height: 1.1 !important;
  }
  .fh-depot-live-module .fhdep-pro-title h3 {
    margin: 0 0 5px !important;
    max-width: 100% !important;
    color: #08090b !important;
    font-size: clamp(24px, 7.2vw, 36px) !important;
    line-height: .94 !important;
    letter-spacing: -.045em !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: manual !important;
  }
  .fh-depot-live-module .fhdep-pro-title p {
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
  }
  .fh-depot-live-module .fhdep-pro-body {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }
  .fh-depot-live-module .fhdep-pro-main,
  .fh-depot-live-module .fhdep-pro-side {
    padding: 12px !important;
    min-width: 0 !important;
  }
  .fh-depot-live-module .fhdep-pro-side {
    border-left: 0 !important;
    border-top: 2px solid #08090b !important;
  }
  .fh-depot-live-module .fhdep-pro-story h4 {
    max-width: 100% !important;
    font-size: clamp(26px, 10.2vw, 42px) !important;
    line-height: .9 !important;
    letter-spacing: -.055em !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: manual !important;
  }
  .fh-depot-live-module .fhdep-pro-story p {
    font-size: 13px !important;
    line-height: 1.36 !important;
  }
  .fh-depot-live-module .fhdep-pro-metrics,
  .fh-depot-live-module .fhdep-pro-actions,
  .fh-depot-live-module .kvdp__reason-grid,
  .fh-depot-live-module .kvdp__cost-breakdown {
    grid-template-columns: 1fr !important;
  }
  .fh-depot-live-module .fhdep-pro-metrics article {
    min-height: 0 !important;
    padding: 12px !important;
  }
}

@media (max-width: 390px) {
  .fh-depot-comparison .fh-depot-shell {
    width: 100% !important;
  }
  .fh-depot-frame-inner {
    padding: 2px !important;
  }
  .fh-depot-live-module .kvdp__panel,
  .fh-depot-live-module .kvdp__results {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .fh-depot-live-module .fhdep-pro-rank,
  .fh-depot-live-module .fhdep-pro-brand,
  .fh-depot-live-module .fhdep-pro-score,
  .fh-depot-live-module .fhdep-pro-main,
  .fh-depot-live-module .fhdep-pro-side {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .fh-depot-live-module .fhdep-pro-brand {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 10px !important;
  }
  .fh-depot-live-module .fhdep-pro-brand .kvdp__brand-logo {
    width: 58px !important;
    height: 42px !important;
  }
  .fh-depot-live-module .fhdep-pro-title h3 {
    font-size: clamp(21px, 6.7vw, 30px) !important;
    letter-spacing: -.035em !important;
  }
  .fh-depot-live-module .fhdep-pro-story h4 {
    font-size: clamp(24px, 9.5vw, 36px) !important;
  }
}


/* =========================================================
   v1.1.3 – Depot Mobile: Lila Kopfbereich wie Tagesgeld/Festgeld,
   volle Breite, sauber ausgeschriebene Anbieter-Namen
========================================================= */
@media (max-width: 760px) {
  .fh-depot-comparison {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    overflow-x: hidden !important;
  }
  .fh-depot-comparison > .fh-depot-shell,
  .fh-depot-comparison .fh-depot-shell {
    width: calc(100vw - 2px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .fh-depot-comparison-frame {
    width: 100% !important;
    max-width: 100% !important;
    border-left-width: 3px !important;
    border-right-width: 3px !important;
    border-radius: 18px !important;
    box-shadow: 6px 6px 0 #dfe6f7 !important;
  }
  .fh-depot-frame-inner,
  .fh-depot-live-module.kvdp {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    overflow-x: hidden !important;
  }
  .fh-depot-live-module .kvdp__panel,
  .fh-depot-live-module .kvdp__results {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .fh-depot-live-module .kvdp__results-list {
    width: 100% !important;
    max-width: 100% !important;
    gap: 24px !important;
    overflow: visible !important;
  }

  .fh-depot-live-module .fhdep-pro-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    border-radius: 24px !important;
    overflow: hidden !important;
    box-shadow: 5px 5px 0 #dfe6f7 !important;
  }
  .fh-depot-live-module .fhdep-pro-head {
    display: grid !important;
    grid-template-columns: 1fr !important;
    background: #e0daf6 !important;
    border-bottom: 3px solid #08090b !important;
  }
  .fh-depot-live-module .fhdep-pro-rank,
  .fh-depot-live-module .fhdep-pro-brand,
  .fh-depot-live-module .fhdep-pro-score {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 14px 16px !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 3px solid #08090b !important;
    box-sizing: border-box !important;
  }
  .fh-depot-live-module .fhdep-pro-score {
    border-bottom: 0 !important;
    align-items: flex-start !important;
    text-align: left !important;
    background: #fffdf8 !important;
  }

  /* Wichtig: Titel bekommt volle Breite, Logo steht darunter statt den Namen einzuquetschen */
  .fh-depot-live-module .fhdep-pro-brand {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    align-items: start !important;
    background: #e0daf6 !important;
  }
  .fh-depot-live-module .fhdep-pro-brand .kvdp__brand-logo {
    order: 2 !important;
    justify-self: start !important;
    width: 88px !important;
    height: 54px !important;
    max-width: 34vw !important;
    min-width: 0 !important;
    padding: 7px !important;
    border: 2px solid #08090b !important;
    border-radius: 12px !important;
    background: #fffdf8 !important;
    overflow: hidden !important;
    box-shadow: none !important;
  }
  .fh-depot-live-module .fhdep-pro-brand .kvdp__brand-logo img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }
  .fh-depot-live-module .fhdep-pro-title {
    order: 1 !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .fh-depot-live-module .fhdep-pro-title > span {
    display: block !important;
    margin-bottom: 8px !important;
    color: #08090b !important;
    font-size: 10px !important;
    line-height: 1.05 !important;
    letter-spacing: .08em !important;
    word-spacing: .04em !important;
  }
  .fh-depot-live-module .fhdep-pro-title h3 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 7px !important;
    color: #08090b !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: clamp(28px, 8.7vw, 40px) !important;
    font-weight: 900 !important;
    line-height: .98 !important;
    letter-spacing: -.035em !important;
    text-transform: none !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: manual !important;
  }
  .fh-depot-live-module .fhdep-pro-title h3 wbr {
    display: none !important;
  }
  .fh-depot-live-module .fhdep-pro-title p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
  }
  .fh-depot-live-module .fhdep-pro-rank b,
  .fh-depot-live-module .fhdep-pro-score b {
    font-size: clamp(30px, 10vw, 48px) !important;
    line-height: .95 !important;
  }
  .fh-depot-live-module .fhdep-pro-rank span,
  .fh-depot-live-module .fhdep-pro-score span {
    font-size: 12px !important;
    letter-spacing: .04em !important;
  }

  .fh-depot-live-module .fhdep-pro-body {
    width: 100% !important;
    grid-template-columns: 1fr !important;
  }
  .fh-depot-live-module .fhdep-pro-main,
  .fh-depot-live-module .fhdep-pro-side {
    width: 100% !important;
    min-width: 0 !important;
    padding: 14px !important;
    box-sizing: border-box !important;
  }
  .fh-depot-live-module .fhdep-pro-side {
    border-left: 0 !important;
    border-top: 3px solid #08090b !important;
  }
  .fh-depot-live-module .fhdep-pro-story h4 {
    max-width: 100% !important;
    font-size: clamp(30px, 11vw, 48px) !important;
    line-height: .9 !important;
    letter-spacing: -.055em !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: manual !important;
  }
  .fh-depot-live-module .fhdep-pro-story p {
    font-size: 14px !important;
    line-height: 1.38 !important;
  }
  .fh-depot-live-module .fhdep-pro-metrics,
  .fh-depot-live-module .fhdep-pro-actions,
  .fh-depot-live-module .kvdp__reason-grid,
  .fh-depot-live-module .kvdp__cost-breakdown {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  .fh-depot-live-module .fhdep-pro-metrics article {
    min-height: 0 !important;
    padding: 12px !important;
  }
  .fh-depot-live-module .fhdep-pro-metrics b {
    font-size: clamp(19px, 8vw, 30px) !important;
    line-height: 1 !important;
  }
}

@media (max-width: 390px) {
  .fh-depot-frame-inner,
  .fh-depot-live-module.kvdp,
  .fh-depot-live-module .kvdp__panel,
  .fh-depot-live-module .kvdp__results {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }
  .fh-depot-live-module .fhdep-pro-rank,
  .fh-depot-live-module .fhdep-pro-brand,
  .fh-depot-live-module .fhdep-pro-score,
  .fh-depot-live-module .fhdep-pro-main,
  .fh-depot-live-module .fhdep-pro-side {
    padding-left: 11px !important;
    padding-right: 11px !important;
  }
  .fh-depot-live-module .fhdep-pro-title h3 {
    font-size: clamp(25px, 8.4vw, 34px) !important;
    line-height: .98 !important;
  }
  .fh-depot-live-module .fhdep-pro-brand .kvdp__brand-logo {
    width: 78px !important;
    height: 48px !important;
  }
}
