:root {
  --ink: #102a43;
  --ink-soft: #29465f;
  --paper: #fffaf0;
  --paper-deep: #f4ecdc;
  --card: #ffffff;
  --line: #d9e1e5;
  --teal: #087f78;
  --teal-bright: #17b7a2;
  --teal-pale: #e7f5f2;
  --gold: #d89c37;
  --danger: #a63838;
  --shadow: 0 12px 32px rgb(16 42 67 / 12%);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: var(--teal); text-underline-offset: .16em; }
a:hover { color: #05635e; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.skip-link { position: absolute; top: 12px; left: 12px; z-index: 20; padding: 8px 12px; background: #fff; color: var(--ink); font-weight: 800; transform: translateY(-200%); transition: transform .15s ease; }
.skip-link:focus { transform: translateY(0); }

.wrap { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.masthead { position: relative; z-index: 10; background: var(--ink); color: #fff; }
.masthead__in { min-height: 76px; display: flex; align-items: center; gap: 26px; }
.masthead__logo { display: inline-flex; flex: 0 0 auto; width: 170px; }
.masthead__logo img { width: 100%; height: auto; }
.burger { display: none; margin-left: auto; width: 44px; min-height: 44px; border: 0; border-radius: 6px; background: transparent; color: #fff; cursor: pointer; }
.burger span, .burger::before, .burger::after { display: block; width: 23px; height: 2px; margin: 5px auto; background: currentColor; content: ""; }
.nav { display: flex; align-items: center; gap: 19px; margin-left: auto; font-size: .91rem; font-weight: 700; }
.nav a { color: #fff; text-decoration: none; }
.nav a:hover, .nav a[aria-current="page"] { color: #7ee2d6; }

.hero { padding: clamp(20px, 2.5vw, 32px) 0 58px; background: var(--ink); color: #fff; }
.hero__eyebrow { display: block; margin-bottom: 12px; color: #7ee2d6; font-size: .77rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, h4 { color: var(--ink); font-family: "Barlow Condensed", "Arial Narrow", sans-serif; line-height: 1; }
h1 { max-width: 950px; margin: 0; color: #fff; font-size: clamp(2.8rem, 6vw, 5.3rem); letter-spacing: -.025em; }
h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.1rem); }
h3 { margin: 0 0 10px; font-size: 1.7rem; }
.hero__lede { max-width: 790px; margin: 22px 0 0; color: #e6f0f3; font-size: clamp(1.07rem, 2vw, 1.3rem); }
.byline { display: flex; align-items: center; gap: 12px; margin-top: 25px; color: #e6f0f3; }
.byline__shot { width: 46px; height: 46px; border: 2px solid #7ee2d6; border-radius: 50%; }
.byline__txt { min-width: 0; line-height: 1.25; }
.byline__name { font-weight: 800; }
.byline__name a { color: #fff; }
.byline__role, .byline__meta { font-size: .79rem; }
.byline__meta { color: #b6c7d0; }

main { padding: 44px 0 66px; }
.sec { margin-bottom: 48px; }
.sec > :last-child { margin-bottom: 0; }
.sec p, .sec li:not(.tcard) { max-width: 79ch; }
.sec li + li { margin-top: .42em; }
.note, .snapshot, .review, .procon, .steps, .crit, .faq, .authorbox { border: 1px solid var(--line); border-radius: 10px; background: var(--card); box-shadow: 0 2px 9px rgb(16 42 67 / 5%); }
.note { padding: 17px 20px; border-left: 5px solid var(--gold); color: var(--ink); }
.snapshot { padding: 22px; background: var(--teal-pale); }
.snapshot__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.snapshot__grid > * { padding: 12px; border-radius: 7px; background: #fff; }
.tblwrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--line); border-radius: 8px; }
.tblwrap table { width: 100%; min-width: 640px; border-collapse: collapse; background: var(--card); }
.tblwrap th, .tblwrap td { padding: 12px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.tblwrap th { background: #edf3f4; font-size: .8rem; letter-spacing: .04em; text-transform: uppercase; }

.toplist { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; counter-reset: cards; }
.tcard { position: relative; display: grid; grid-template-columns: minmax(185px, .9fr) minmax(200px, 1.3fr) minmax(175px, .85fr); gap: 18px; align-items: center; padding: 22px; border: 1px solid var(--line); border-radius: 10px; background: var(--card); box-shadow: 0 3px 12px rgb(16 42 67 / 6%); }
.tcard > * { min-width: 0; }
.tcard--pick { border: 2px solid var(--teal); box-shadow: var(--shadow); }
.tcard__head { display: flex; min-width: 0; align-items: center; gap: 11px; }
.tcard__head img { width: min(118px, 32vw); height: 48px; flex: 0 1 118px; object-fit: contain; }
.tcard__rank { display: grid; width: 29px; height: 29px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: .84rem; font-weight: 800; }
.tcard__chip, .pills { display: flex; flex-wrap: wrap; gap: 7px; }
.tcard__chip, .pills > * { padding: 4px 8px; border-radius: 99px; background: var(--teal-pale); color: #086b64; font-size: .72rem; font-weight: 800; line-height: 1.2; }
.tcard__name { min-width: 0; margin: 0; overflow-wrap: anywhere; font-size: 1.55rem; }
.tcard__ribbon { position: absolute; top: -1px; right: 16px; padding: 5px 9px; border-radius: 0 0 5px 5px; background: var(--teal); color: #fff; font-size: .73rem; font-weight: 800; }
.tcard__offer { margin: 0; overflow-wrap: anywhere; font-weight: 700; }
.tcard__bonuslabel, .tcard__terms, .tcard__disc { font-size: .76rem; line-height: 1.4; }
.tcard__bonus { display: block; margin: 3px 0; overflow-wrap: anywhere; color: var(--teal); font-family: "Barlow Condensed", "Arial Narrow", sans-serif; font-size: 1.85rem; font-weight: 700; line-height: 1; }
.tcard__foot { display: grid; justify-items: stretch; gap: 9px; }
.tcard__disc { color: #526777; }

.cta { display: inline-flex; justify-content: center; align-items: center; min-height: 44px; padding: 10px 17px; border: 2px solid var(--teal); border-radius: 6px; background: var(--teal); color: #fff; font-weight: 800; line-height: 1.1; text-align: center; text-decoration: none; transition: background .15s ease, border-color .15s ease, transform .15s ease; }
.cta:hover { border-color: #05635e; background: #05635e; color: #fff; transform: translateY(-1px); }
.cta--nav { min-height: 38px; padding: 8px 12px; }
.cta--descend { margin-top: 25px; border-color: #fff; background: #fff; color: var(--ink); }
.cta--descend:hover { border-color: #dce8e7; background: #dce8e7; color: var(--ink); }
.cta--claim { width: 100%; }

.review, .procon, .steps, .crit, .faq, .authorbox { padding: 24px; }
.procon { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.procon > * { min-width: 0; }
.steps { counter-reset: steps; }
.steps > li { padding-left: 4px; }
.crit { border-left: 5px solid var(--danger); }
.faq details { padding: 14px 0; border-top: 1px solid var(--line); }
.faq details:first-child { padding-top: 0; border-top: 0; }
.faq summary { cursor: pointer; color: var(--ink); font-weight: 800; }
.authorbox { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 17px; align-items: center; background: #edf3f4; }
.authorbox img { width: 72px; border-radius: 50%; }

.footer { padding: 52px 0 0; background: var(--ink); color: #dce8e7; }
.footer a { color: #fff; }
.footer__cols { display: grid; grid-template-columns: 1.3fr repeat(2, 1fr); gap: 30px; padding-bottom: 34px; }
.footer h2, .footer h3 { color: #fff; font-size: 1.45rem; }
.footer ul { margin: 0; padding: 0; list-style: none; }
.footer li + li { margin-top: 7px; }
.footer__rg { padding: 16px 0; border-top: 1px solid rgb(255 255 255 / 20%); font-size: .86rem; }
.footer__age { display: inline-grid; width: 39px; height: 39px; margin-right: 10px; place-items: center; border: 2px solid #fff; border-radius: 50%; color: #fff; font-weight: 800; }
.footer__disc { margin: 0; padding: 14px 0 20px; color: #aebfca; font-size: .76rem; }

@media (max-width: 760px) {
  .wrap { width: min(100% - 30px, 1160px); }
  .masthead__in { min-height: 66px; }
  .masthead__logo { width: 145px; }
  .burger { display: block; }
  .nav { display: none; position: absolute; top: 100%; right: 0; left: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 15px 16px; background: var(--ink); box-shadow: 0 12px 20px rgb(0 0 0 / 22%); }
  .nav.is-open { display: flex; }
  .nav a { padding: 10px 0; border-bottom: 1px solid rgb(255 255 255 / 13%); }
  .tcard { grid-template-columns: 1fr; gap: 13px; }
  .tcard__ribbon { right: 12px; }
  .snapshot__grid, .procon, .footer__cols { grid-template-columns: 1fr; }
  .footer__cols { gap: 20px; }

  /* Mobile above-the-fold: H1 + author + updated date, then the lineup H2 + table.
     Collapse hero lede + "Zum Inhalt" CTA, the lineup intro paragraph and the
     snapshot facts grid so the offers surface immediately (all kept on desktop). */
  .hero { padding: 14px 0 20px; }
  .hero .wrap > p { display: none; }
  h1 { font-size: clamp(1.85rem, 6.5vw, 2.4rem); }
  .byline { margin-top: 14px; }
  main { padding-top: 18px; }
  #vergleich > p, #ranking > p,
  #vergleich > .snapshot, #ranking > .snapshot { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
