/* ===== home: hero billboard ===== */
body .wrapper .hero { position: relative; max-width: 1280px; margin: 16px auto 0; border-radius: 12px; overflow: hidden; }
body .wrapper .hero-track { display: flex; transition: transform 0.45s ease; }
body .wrapper .hero-slide { position: relative; flex: 0 0 100%; min-height: 380px; }
body .wrapper .hero-bg { position: absolute; inset: 0; }
body .wrapper .hero-slide-a .hero-bg { background: linear-gradient(120deg, #16a085 0%, #0b5345 55%, #061f1a 100%); }
body .wrapper .hero-slide-b .hero-bg { background: linear-gradient(120deg, #c0392b 0%, #7b241c 55%, #2a0d0a 100%); }
body .wrapper .hero-slide-c .hero-bg { background: linear-gradient(120deg, #d68910 0%, #7e5109 55%, #2a1c05 100%); }
body .wrapper .hero-overlay { position: relative; z-index: 2; height: 100%; background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 0.2) 100%); padding: 30px 22px 38px; display: flex; align-items: flex-end; min-height: 380px; }
body .wrapper .hero-content { max-width: 560px; }
body .wrapper .hero-flag { display: inline-block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #000000; background-color: #f5c518; border-radius: 4px; padding: 4px 10px; margin-bottom: 14px; }
body .wrapper .hero-title { font-size: 38px; font-weight: 800; color: #ffffff; letter-spacing: -0.5px; }
body .wrapper .hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; margin: 10px 0 14px; }
body .wrapper .hero-meta li { font-size: 13px; color: rgba(255, 255, 255, 0.85); display: inline-flex; align-items: center; gap: 5px; }
body .wrapper .meta-check { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background-color: #1ea672; color: #ffffff; }
body .wrapper .hero-score { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
body .wrapper .hero-score .score-star { color: #f5c518; display: flex; }
body .wrapper .hero-score .score-value { font-size: 30px; font-weight: 800; color: #ffffff; line-height: 1; }
body .wrapper .hero-score .score-max { font-size: 15px; font-weight: 600; color: rgba(255, 255, 255, 0.6); }
body .wrapper .hero-score .hero-bonus { font-size: 13px; font-weight: 600; color: #f5c518; background-color: rgba(0, 0, 0, 0.4); border: 1px solid rgba(245, 197, 24, 0.5); border-radius: 20px; padding: 5px 12px; }
body .wrapper .hero-text { font-size: 15px; color: rgba(255, 255, 255, 0.82); line-height: 1.6; margin-bottom: 18px; }
body .wrapper .hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }

body .wrapper .hero-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; width: 42px; height: 42px; border-radius: 50%; background-color: rgba(0, 0, 0, 0.5); border: 1px solid rgba(255, 255, 255, 0.25); color: #ffffff; display: none; align-items: center; justify-content: center; cursor: pointer; transition: background-color 0.15s ease; }
body .wrapper .hero-arrow:hover { background-color: #f5c518; color: #000000; border-color: #f5c518; }
body .wrapper .hero-prev { left: 14px; }
body .wrapper .hero-next { right: 14px; }
body .wrapper .hero-dots { position: absolute; bottom: 14px; left: 0; right: 0; z-index: 6; display: flex; justify-content: center; gap: 8px; }
body .wrapper .hero-dot { width: 9px; height: 9px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.4); cursor: pointer; transition: background-color 0.15s ease, width 0.15s ease; }
body .wrapper .hero-dot.is-active { background-color: #f5c518; width: 24px; border-radius: 5px; }

/* ===== trust bar ===== */
body .wrapper .trust { margin-top: 26px; }
body .wrapper .trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
body .wrapper .trust-tile { background-color: #1f1f1f; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px; padding: 18px 16px; display: flex; flex-direction: column; gap: 4px; }
body .wrapper .trust-ico { color: #f5c518; display: flex; margin-bottom: 4px; }
body .wrapper .trust-num { font-size: 26px; font-weight: 800; color: #ffffff; line-height: 1; }
body .wrapper .trust-label { font-size: 13px; color: rgba(255, 255, 255, 0.65); }

/* ===== comparison table ===== */
body .wrapper .compare { margin-top: 44px; }
body .wrapper .compare-hint { font-size: 13px; color: rgba(255, 255, 255, 0.6); }
body .wrapper .compare .chip-row { margin-bottom: 18px; }
body .wrapper .ctable { display: flex; flex-direction: column; gap: 10px; }
body .wrapper .crow { background-color: #1f1f1f; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px; padding: 14px 16px; display: grid; grid-template-columns: auto 56px 1fr; grid-template-areas: "rank logo main" "bonus bonus bonus" "score legal cta"; align-items: center; gap: 10px 12px; transition: border-color 0.15s ease, transform 0.12s ease; }
body .wrapper .crow:hover { border-color: rgba(245, 197, 24, 0.4); transform: translateY(-2px); }
body .wrapper .crow.is-hidden { display: none; }
body .wrapper .crank { grid-area: rank; font-size: 18px; font-weight: 800; color: #f5c518; width: 24px; text-align: center; }
body .wrapper .clogo { grid-area: logo; width: 56px; height: 56px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 800; color: #ffffff; }
body .wrapper .cmain { grid-area: main; display: flex; flex-direction: column; gap: 6px; }
body .wrapper .cname { font-size: 17px; font-weight: 700; color: #ffffff; }
body .wrapper .cchips { display: flex; flex-wrap: wrap; gap: 5px; }
body .wrapper .cchips li { font-size: 11px; font-weight: 600; color: rgba(255, 255, 255, 0.75); background-color: #2a2a2a; border-radius: 16px; padding: 3px 9px; }
body .wrapper .cscore { grid-area: score; display: inline-flex; align-items: center; gap: 5px; font-size: 18px; font-weight: 800; color: #ffffff; }
body .wrapper .cscore .cs-star { color: #f5c518; display: flex; }
body .wrapper .cbonus { grid-area: bonus; display: flex; align-items: baseline; gap: 7px; font-size: 13px; color: rgba(255, 255, 255, 0.75); }
body .wrapper .cbonus .cbonus-k { font-size: 10px; font-weight: 700; letter-spacing: 0.6px; text-transform: uppercase; color: rgba(255, 255, 255, 0.45); }
body .wrapper .cbonus .cbonus-v { font-size: 14px; font-weight: 600; color: #ffffff; }
body .wrapper .cbonus .pct { color: #f5c518; }
body .wrapper .cmain-top { display: flex; align-items: center; gap: 8px; }
body .wrapper .cmain-top .cwatch { display: inline-flex; cursor: pointer; color: rgba(255, 255, 255, 0.4); }
body .wrapper .cmain-top .cwatch:hover { color: #f5c518; }
body .wrapper .cmain-top .cwatch.is-saved { color: #f5c518; }
body .wrapper .clegal { grid-area: legal; display: inline-flex; align-items: center; gap: 4px; font-size: 12px; font-weight: 600; color: #6fe0b4; }
body .wrapper .clegal svg { color: #1ea672; }
body .wrapper .ccta { grid-area: cta; justify-self: end; }
body .wrapper .compare-empty { text-align: center; color: rgba(255, 255, 255, 0.6); padding: 24px; font-size: 14px; }

/* ===== methodology ===== */
body .wrapper .method { margin-top: 44px; }
body .wrapper .method-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
body .wrapper .method-card { background-color: #1f1f1f; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 12px; padding: 20px 18px; display: flex; flex-direction: column; gap: 7px; transition: transform 0.15s ease, border-color 0.15s ease; }
body .wrapper .method-card:hover { transform: translateY(-3px); border-color: rgba(245, 197, 24, 0.35); }
body .wrapper .method-ico { width: 46px; height: 46px; border-radius: 12px; background-color: rgba(245, 197, 24, 0.12); color: #f5c518; display: flex; align-items: center; justify-content: center; margin-bottom: 4px; }
body .wrapper .method-title { font-size: 17px; font-weight: 700; color: #ffffff; }
body .wrapper .method-text { font-size: 13px; color: rgba(255, 255, 255, 0.68); line-height: 1.55; }
body .wrapper .method-weight { font-size: 12px; font-weight: 700; color: #f5c518; margin-top: 2px; }

@media (min-width: 768px) {
  body .wrapper .hero-slide, body .wrapper .hero-overlay { min-height: 440px; }
  body .wrapper .hero-overlay { padding: 40px 48px 50px; }
  body .wrapper .hero-title { font-size: 52px; }
  body .wrapper .hero-arrow { display: flex; }
  body .wrapper .trust-grid { grid-template-columns: repeat(4, 1fr); }
  body .wrapper .crow { grid-template-columns: 34px 64px 2fr 1.4fr auto auto auto; grid-template-areas: "rank logo main bonus score legal cta"; gap: 14px; padding: 16px 18px; }
  body .wrapper .clogo { width: 64px; height: 64px; }
  body .wrapper .method-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1024px) {
  body .wrapper .method-grid { grid-template-columns: repeat(5, 1fr); }
}

/* Tabellen-CTA: Affiliate-Button + Zum-Test-Link */
body .wrapper .ccta { grid-area: cta; justify-self: end; display: flex; flex-direction: column; align-items: flex-end; gap: 5px; }
body .wrapper .ctest { font-size: 12px; color: #5799ef; text-decoration: none; white-space: nowrap; }
body .wrapper .ctest:hover { text-decoration: underline; }

/* ===== hero: slot tile mosaic (desktop, fades to the left) ===== */
body .wrapper .hero-tiles { display: none; }

@media (min-width: 1024px) {
  body .wrapper .hero-slide { position: relative; overflow: hidden; }
  body .wrapper .hero-tiles { position: absolute; top: 0; right: 0; bottom: 0; width: 58%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; align-content: center; padding: 24px; transform: rotate(-5deg) scale(1.12); pointer-events: none; z-index: 0; opacity: 0.85; -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 95%); mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 45%, rgba(0, 0, 0, 0) 95%); }
  body .wrapper .hero-tiles img { width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 10px; box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45); }
  body .wrapper .hero-overlay { z-index: 2; }
  body .wrapper .hero-content { position: relative; z-index: 1; }
}
