/* =====================================================
   Automatikuhren.de — Theme-Styles (ergänzend zur theme.json)
   ===================================================== */

*, *::before, *::after { box-sizing: border-box; }

:root {
  --au-bg: var(--wp--preset--color--bg);
  --au-panel: var(--wp--preset--color--panel);
  --au-card: var(--wp--preset--color--card);
  --au-line: var(--wp--preset--color--line);
  --au-gold: var(--wp--preset--color--gold);
  --au-gold-hell: var(--wp--preset--color--gold-hell);
  --au-text: var(--wp--preset--color--text);
  --au-muted: var(--wp--preset--color--muted);
  --au-gold-grad: var(--wp--preset--gradient--gold-verlauf);
  --au-radius: 16px;
}

/* ---------- Header ---------- */
.au-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--au-bg) 93%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--au-line);
}
.au-header .wp-block-site-logo img { max-height: 52px; width: auto; }

/* Navigation */
.au-header .wp-block-navigation a {
  color: var(--au-muted); font-size: .91rem; font-weight: 500;
  text-decoration: none; padding: .4rem 0; border-bottom: 2px solid transparent;
}
.au-header .wp-block-navigation a:hover,
.au-header .wp-block-navigation .current-menu-item > a {
  color: var(--au-text); border-color: var(--au-gold);
}
.au-header .wp-block-navigation__submenu-container {
  background: #12161d !important; border: 1px solid var(--au-line) !important;
  border-top: 2px solid var(--au-gold) !important; border-radius: 0 0 14px 14px;
  box-shadow: 0 22px 44px rgba(0,0,0,.5); min-width: 230px; padding: 8px;
}
.au-header .wp-block-navigation__submenu-container a {
  border: none; border-radius: 9px; padding: .55rem .8rem; display: block;
}
.au-header .wp-block-navigation__submenu-container a:hover {
  background: var(--au-card); color: var(--au-gold-hell);
}
.au-header .wp-block-navigation__submenu-icon { color: var(--au-gold); }

/* ---------- Footer ---------- */
.au-footer {
  background: #0a0d11; border-top: 1px solid var(--au-line);
  color: var(--au-muted); font-size: .85rem; margin-top: 4rem;
}
.au-footer a { color: var(--au-muted); text-decoration: none; }
.au-footer a:hover { color: var(--au-gold-hell); }
.au-footer .au-footer-legal {
  border-top: 1px solid var(--au-line); padding-top: 1.4rem; font-size: .8rem;
  color: #5a6272;
}

/* ---------- Block: Card (au/card) ---------- */
.au-card {
  background: var(--au-card); border: 1px solid var(--au-line);
  border-radius: var(--au-radius); padding: 1.6rem 1.7rem;
}
.au-card.is-style-highlight {
  border-color: var(--au-gold);
  background: linear-gradient(180deg, #211d10 0%, var(--au-card) 40%);
}
.au-card.is-style-tipp {
  background: rgba(201,162,39,.07); border: none;
  border-left: 3px solid var(--au-gold); border-radius: 0 12px 12px 0;
}
.au-card.is-style-werbung { position: relative; }
.au-card.is-style-werbung::before {
  content: "Anzeige"; position: absolute; top: 10px; right: 14px;
  font-size: .62rem; letter-spacing: .12em; text-transform: uppercase;
  color: #5a6272;
}

/* ---------- Block: Icon-Liste (au/icon-liste) ---------- */
.au-icon-liste { list-style: none; padding: 0; margin: 0; }
.au-icon-liste li {
  position: relative; padding: .35rem 0 .35rem 1.7rem;
  color: var(--wp--preset--color--text-soft); font-size: .93rem;
}
.au-icon-liste li::before {
  position: absolute; left: 0; font-weight: 700;
}
.au-icon-liste.icon-check li::before { content: "✓"; color: var(--wp--preset--color--gruen); }
.au-icon-liste.icon-cross li::before { content: "✕"; color: var(--wp--preset--color--rot); }
.au-icon-liste.icon-star  li::before { content: "★"; color: var(--au-gold-hell); }

/* ---------- Block: Produkt (au/produkt) ---------- */
.au-produkt {
  background: var(--au-card); border: 1px solid var(--au-line);
  border-radius: var(--au-radius); padding: 1.6rem; margin: 1.8rem 0;
}
.au-produkt.stil-highlight { border-color: var(--au-gold); background: linear-gradient(90deg,#1c1708,var(--au-card)); }
.au-produkt .au-produkt-kopf { display: flex; gap: 1.4rem; align-items: center; flex-wrap: wrap; }
.au-produkt .au-produkt-bild { width: 130px; flex-shrink: 0; }
.au-produkt .au-produkt-bild img { width: 100%; height: auto; border-radius: 10px; }
.au-produkt .au-marke {
  font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--au-muted);
}
.au-produkt h3 { margin: .1rem 0 .3rem; font-size: 1.25rem; }
.au-produkt .au-claim { font-size: .85rem; color: var(--au-muted); margin: 0; }
.au-produkt .au-kauf { margin-left: auto; text-align: right; }
.au-produkt .au-preis { font-size: 1.5rem; font-weight: 800; color: var(--au-text); }
.au-produkt .au-preis small { display: block; font-size: .68rem; color: var(--au-muted); font-weight: 400; }
.au-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  background: var(--au-gold-grad); color: #171204 !important; font-weight: 700;
  font-size: .88rem; padding: .8rem 1.5rem; border-radius: 10px;
  text-decoration: none !important; transition: .2s; border: none; cursor: pointer;
}
.au-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 26px rgba(201,162,39,.33); }
.au-btn--ghost { background: transparent; border: 1px solid var(--au-line); color: var(--au-muted) !important; }
.au-btn--ghost:hover { border-color: var(--au-gold); color: var(--au-gold-hell) !important; box-shadow: none; }

/* Wertung */
.au-wertung { margin-top: 1.2rem; }
.au-wertung .au-gesamt {
  display: inline-flex; align-items: center; gap: .6rem; margin-bottom: .9rem;
}
.au-wertung .au-gesamt .au-score {
  background: var(--au-gold-grad); color: #171204; font-weight: 800;
  font-size: .95rem; padding: .3rem .6rem; border-radius: 8px;
}
.au-wertung .au-gesamt .au-sterne { color: var(--au-gold-hell); letter-spacing: 2px; font-size: .85rem; }
.au-crit { margin-bottom: .65rem; }
.au-crit .au-crit-row { display: flex; justify-content: space-between; font-size: .8rem; margin-bottom: .3rem; }
.au-crit .au-crit-row span:last-child { color: var(--au-gold-hell); font-weight: 700; }
.au-crit .au-bar { height: 7px; background: #12161d; border-radius: 99px; overflow: hidden; }
.au-crit .au-bar i { display: block; height: 100%; background: var(--au-gold-grad); border-radius: 99px; }

/* Pro/Contra im Produkt-Block */
.au-procon { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; margin-top: 1.2rem; }
.au-procon h4 { font-family: var(--wp--preset--font-family--sans); font-size: .82rem; margin: 0 0 .5rem; }
.au-procon .pro h4 { color: var(--wp--preset--color--gruen); }
.au-procon .contra h4 { color: var(--wp--preset--color--rot); }
@media (max-width: 640px) { .au-procon { grid-template-columns: 1fr; } }

/* Technische Daten */
.au-techdaten { width: 100%; border-collapse: collapse; font-size: .85rem; margin-top: 1.2rem; }
.au-techdaten td { padding: .55rem .8rem; border-bottom: 1px dashed #262d3a; }
.au-techdaten td:first-child { color: var(--au-muted); width: 45%; }
.au-techdaten td:last-child { font-weight: 600; }

/* Affiliate-Sternchen */
.au-affiliate-hinweis { font-size: .68rem; color: #5a6272; margin-top: .6rem; }

/* ---------- Beitrags-Layout ---------- */
.au-breadcrumb { font-size: .8rem; color: #5a6272; }
.au-meta { font-size: .8rem; color: var(--au-muted); display: flex; gap: .8rem; align-items: center; }
.au-avatar {
  width: 34px; height: 34px; border-radius: 50%; background: var(--au-gold-grad);
  display: inline-flex; align-items: center; justify-content: center;
  color: #171204; font-weight: 800; font-size: .78rem;
}

/* Sticky-Sidebar (Tests) */
.au-sticky { position: sticky; top: 96px; }
@media (max-width: 980px) { .au-sticky { position: static; } }

/* ---------- Phase 3 ---------- */

/* Kicker */
.au-kicker { font-size:.72rem !important; letter-spacing:.18em; text-transform:uppercase; color:var(--au-gold); font-weight:600; margin-bottom:.4rem; }
.au-hero h1 em { font-style:normal; color:var(--au-gold-hell); }

/* Verdict-Bar */
.au-verdict { display:flex; align-items:center; gap:1rem; background:linear-gradient(90deg,#211d10,var(--au-card)); border:1px solid rgba(201,162,39,.35); border-radius:14px; padding:1rem 1.4rem; margin:1.2rem 0 1.8rem; flex-wrap:wrap; }
.au-verdict-num { font-family:var(--wp--preset--font-family--serif); font-size:2rem; font-weight:700; color:var(--au-gold-hell); }
.au-verdict-txt b { display:block; font-size:.92rem; }
.au-verdict-txt span { font-size:.8rem; color:var(--au-muted); }
.au-verdict-badge { margin-left:auto; background:var(--au-gold-grad); color:#171204; font-weight:800; font-size:.72rem; letter-spacing:.06em; padding:.4rem .9rem; border-radius:99px; white-space:nowrap; }

/* Prodbox (Test-Sidebar) */
.au-prodbox { background:var(--au-card); border:1px solid var(--au-line); border-radius:18px; padding:1.5rem; box-shadow:0 20px 44px rgba(0,0,0,.35); }
.au-prodbox.winner { border-color:var(--au-gold); }
.au-prodbox-img { text-align:center; margin-bottom:.8rem; }
.au-prodbox-img img { max-height:180px; width:auto; border-radius:10px; }
.au-prodbox h3 { margin:.1rem 0 .5rem; font-size:1.15rem; }
.au-prodbox .au-preis { font-size:1.6rem; font-weight:800; margin:.7rem 0; }
.au-prodbox .au-preis small { display:block; font-size:.68rem; color:var(--au-muted); font-weight:400; }
.au-btn--voll { width:100%; }
.au-btn--sm { padding:.55rem 1rem; font-size:.8rem; }
.au-altbox { display:flex; justify-content:space-between; align-items:center; gap:.8rem; background:var(--au-card); border:1px solid var(--au-line); border-radius:14px; padding:.9rem 1.1rem; margin-top:.9rem; text-decoration:none !important; transition:.2s; }
.au-altbox:hover { border-color:var(--au-gold); }
.au-altbox b { display:block; font-size:.85rem; color:var(--au-text); }
.au-altbox small { font-size:.72rem; color:var(--au-muted); }
.au-alt-score { font-weight:800; color:var(--au-gold-hell); }

/* Test-Layout mobil: Produktbox VOR den Content (ATF), Alternativen ausblenden */
@media (max-width: 781px) {
  .au-test-cols { display: flex !important; flex-direction: column-reverse; }
  .au-altbox { display: none; }
}

/* Bild-Fallback in der Produktbox */
.au-prodbox-platzhalter {
  height: 150px; display: flex; align-items: center; justify-content: center;
  border: 1px dashed var(--au-line); border-radius: 12px; margin-bottom: .8rem;
  color: #3a4152;
}

/* Mobile-CTA-Leiste */
.au-mobilecta { position:fixed; bottom:0; left:0; right:0; z-index:60; display:none; align-items:center; gap:.8rem; background:rgba(18,22,29,.94); backdrop-filter:blur(8px); border-top:1px solid var(--au-gold); padding:.6rem 1rem; }
.au-mobilecta b { font-size:.82rem; }
.au-mobilecta b span { color:var(--au-gold-hell); }
.au-mobilecta .au-btn { margin-left:auto; }
@media (max-width:980px){ .au-mobilecta{ display:flex; } }

/* Vergleichstabelle */
.au-tablewrap { overflow-x:auto; border:1px solid var(--au-line); border-radius:18px; background:var(--au-card); }
.au-cmp { width:100%; border-collapse:separate; border-spacing:0; font-size:.85rem; min-width:760px; }
.au-cmp th, .au-cmp td { padding:.8rem 1rem; border-bottom:1px solid #232a37; text-align:center; vertical-align:middle; }
.au-cmp td:first-child, .au-cmp th:first-child { text-align:left; color:var(--au-muted); font-size:.8rem; background:var(--au-panel); width:160px; }
.au-cmp thead th { padding-top:1.3rem; }
.au-cmp-prod img { max-width:96px; height:auto; border-radius:10px; display:block; margin:0 auto .5rem; }
.au-cmp-prod b { display:block; font-family:var(--wp--preset--font-family--serif); font-size:.95rem; line-height:1.3; }
.au-cmp .win-col { background:rgba(201,162,39,.05); }
.au-cmp thead .win-col { border-top:2px solid var(--au-gold); }
.au-cmp-badge { display:inline-block; background:#2c3442; color:var(--au-text); font-weight:700; font-size:.62rem; letter-spacing:.06em; text-transform:uppercase; padding:.25rem .7rem; border-radius:99px; margin-bottom:.5rem; }
.au-cmp-badge.gold { background:var(--au-gold-grad); color:#171204; }
.au-cmp .au-score { background:var(--au-gold-grad); color:#171204; font-weight:800; padding:.3rem .6rem; border-radius:8px; }
.au-cmp .au-score.neutral { background:#2c3442; color:var(--au-text); }
.au-cmp-preis { font-size:1.1rem; font-weight:800; }
.au-cmp-testlink { display:block; font-size:.75rem; color:var(--au-muted); margin-top:.5rem; text-decoration:none; }
.au-cmp-testlink:hover { color:var(--au-gold-hell); }

/* Testsieger-Grid */
.au-grid3 { display:grid; grid-template-columns:repeat(3,1fr); gap:1.4rem; }
@media (max-width:900px){ .au-grid3{ grid-template-columns:1fr; } }
.au-pcard { position:relative; display:flex; flex-direction:column; background:var(--au-card); border:1px solid var(--au-line); border-radius:16px; padding:1.6rem; transition:.25s; }
.au-pcard:hover { transform:translateY(-4px); box-shadow:0 18px 40px rgba(0,0,0,.4); }
.au-pcard.winner { border-color:var(--au-gold); background:linear-gradient(180deg,#211d10 0%,var(--au-card) 30%); }
.au-ribbon { position:absolute; top:-13px; left:22px; font-size:.66rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; padding:.3rem .85rem; border-radius:99px; background:#2c3442; color:var(--au-text); }
.au-ribbon.gold { background:var(--au-gold-grad); color:#171204; }
.au-pcard-img { text-align:center; margin:.5rem 0 1rem; }
.au-pcard-img img { max-height:180px; width:auto; border-radius:10px; }
.au-pcard h3 { font-size:1.15rem; margin:.1rem 0 .5rem; }
.au-speclist { list-style:none; padding:0; margin:.8rem 0 1rem; font-size:.82rem; color:var(--au-muted); }
.au-speclist li { display:flex; justify-content:space-between; padding:.35rem 0; border-bottom:1px dashed #262d3a; }
.au-speclist li b { color:var(--au-text); font-weight:600; }
.au-pcard-fuss { margin-top:auto; }
.au-pcard-fuss .au-preis { font-size:1.4rem; font-weight:800; margin-bottom:.6rem; }
.au-pcard-fuss .au-btn { width:100%; }
.au-shoplink { display:block; text-align:center; font-size:.75rem; color:#5a6272; margin-top:.5rem; text-decoration:underline; text-underline-offset:3px; }
.au-shoplink:hover { color:var(--au-gold-hell); }

/* FAQ */
.au-faq details { background:var(--au-card); border:1px solid var(--au-line); border-radius:12px; margin-bottom:.8rem; overflow:hidden; }
.au-faq summary { cursor:pointer; padding:1rem 1.4rem; font-weight:600; font-size:.93rem; list-style:none; display:flex; justify-content:space-between; align-items:center; }
.au-faq summary::-webkit-details-marker { display:none; }
.au-faq summary::after { content:'+'; color:var(--au-gold); font-size:1.3rem; font-weight:400; }
.au-faq details[open] summary::after { content:'–'; }
.au-faq-a { padding:0 1.4rem 1rem; color:var(--au-muted); font-size:.88rem; }

/* Preisvergleich */
.au-pv-titel { font-size:1.15rem; margin:0 0 1rem; }
.au-pv-tabelle { width:100%; border-collapse:collapse; font-size:.85rem; }
.au-pv-tabelle td { padding:.7rem .6rem; border-bottom:1px dashed #262d3a; vertical-align:middle; }
.au-pv-tabelle tr:last-child td { border-bottom:none; }
.au-pv-tabelle tr.bester td { background:rgba(201,162,39,.06); }
.au-pv-shop { font-weight:600; }
.au-pv-badge { display:inline-block; background:var(--au-gold-grad); color:#171204; font-weight:800; font-size:.6rem; letter-spacing:.06em; text-transform:uppercase; padding:.2rem .6rem; border-radius:99px; margin-left:.5rem; }
.au-pv-preis b { font-size:1rem; }
.au-pv-preis small { display:block; font-size:.7rem; color:var(--au-muted); }
.au-pv-status .ok { color:var(--wp--preset--color--gruen); font-size:.8rem; }
.au-pv-status .nein { color:var(--au-muted); font-size:.8rem; }
.au-pv-cta { text-align:right; }
@media (max-width:640px){ .au-pv-status{ display:none; } }

/* ---------- Verdict-Hero (v0.4) ---------- */
html { scroll-behavior: smooth; }
h2, h3 { scroll-margin-top: 100px; }

.au-vhero { background: linear-gradient(90deg,#211d10,var(--au-card)); border: 1px solid rgba(201,162,39,.35); border-radius: 16px; margin: 1.2rem 0 1.8rem; overflow: hidden; }
.au-vhero-top { display: grid; grid-template-columns: 170px 1fr 200px; gap: 1.6rem; padding: 1.4rem 1.6rem; align-items: center; }
.au-vhero-foto img { width: 100%; height: auto; max-height: 170px; object-fit: contain; border-radius: 12px; }
.au-vhero-foto .au-prodbox-platzhalter { height: 130px; margin: 0; }
.au-vhero-wertungen .au-crit { margin-bottom: .5rem; }
.au-vhero-siegel { display: flex; flex-direction: column; align-items: center; gap: .6rem; }
.au-siegel { width: 108px; height: 108px; border-radius: 50%; border: 3px solid var(--au-gold); background: radial-gradient(circle at 35% 30%, #2a2410, #14100a); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(201,162,39,.25); }
.au-siegel-num { font-family: var(--wp--preset--font-family--serif); font-size: 1.9rem; font-weight: 700; color: var(--au-gold-hell); line-height: 1; }
.au-siegel-urteil { font-size: .62rem; letter-spacing: .12em; text-transform: uppercase; color: var(--au-text); margin-top: .25rem; }
.au-siegel-jahr { font-size: .6rem; color: var(--au-muted); }
.au-vhero-details { border-top: 1px solid rgba(201,162,39,.25); }
.au-vhero-details summary { cursor: pointer; list-style: none; padding: .8rem 1.6rem; font-size: .85rem; font-weight: 600; color: var(--au-gold-hell); display: flex; align-items: center; gap: .5rem; }
.au-vhero-details summary::-webkit-details-marker { display: none; }
.au-vhero-details summary::after { content: '▾'; transition: .2s; }
.au-vhero-details[open] summary::after { transform: rotate(180deg); }
.au-vhero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; padding: 0 1.6rem 1.4rem; }
.au-vhero-grid h4 { font-family: var(--wp--preset--font-family--sans); font-size: .8rem; margin: 0 0 .5rem; }
.au-vhero-grid .au-h-pro { color: var(--wp--preset--color--gruen); }
.au-vhero-grid .au-h-contra { color: var(--wp--preset--color--rot); margin-top: 1rem; }
.au-vhero-grid .au-techdaten { margin-top: 0; }
@media (max-width: 860px) {
  .au-vhero-top { grid-template-columns: 1fr; text-align: center; }
  .au-vhero-foto { max-width: 200px; margin: 0 auto; }
  .au-vhero-wertungen { text-align: left; }
  .au-vhero-grid { grid-template-columns: 1fr; }
}

/* ---------- Sidebar-ToC mit Scroll-Highlight ---------- */
.au-tocbox { background: var(--au-card); border: 1px solid var(--au-line); border-radius: 14px; padding: 1.1rem 1.2rem; margin-top: .9rem; }
.au-tocbox h4 { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--au-muted); margin: 0 0 .6rem; font-family: var(--wp--preset--font-family--sans); }
.au-toc a { display: block; font-size: .83rem; color: var(--au-muted); padding: .32rem 0 .32rem .8rem; border-left: 2px solid var(--au-line); text-decoration: none; transition: .15s; }
.au-toc a:hover, .au-toc a.on { color: var(--au-gold-hell); border-color: var(--au-gold); }

/* Extern-Link-Icon */
.au-ext { vertical-align: -2px; margin-left: .15rem; }
.au-shoplink .au-ext, .au-affiliate-hinweis .au-ext { width: 11px; height: 11px; }

/* ---------- Breadcrumb & Autor (EEAT, v0.6) ---------- */
.au-breadcrumb { font-size: .8rem; color: #5a6272; margin-bottom: .9rem; display: flex; flex-wrap: wrap; gap: .45rem; align-items: center; }
.au-breadcrumb a { color: var(--au-muted); text-decoration: none; }
.au-breadcrumb a:hover { color: var(--au-gold-hell); }
.au-breadcrumb .au-bc-sep { color: #3a4152; }
.au-breadcrumb .au-bc-aktuell { color: #5a6272; }

.au-autor-inline { display: inline-flex; align-items: center; gap: .55rem; font-size: .8rem; color: var(--au-muted); }
.au-autor-inline b { color: var(--au-text); font-weight: 600; }

.au-avatar--gross { width: 64px; height: 64px; font-size: 1.15rem; flex-shrink: 0; }
.au-autorbox { display: flex; gap: 1.2rem; align-items: flex-start; background: var(--au-card); border: 1px solid var(--au-line); border-radius: 16px; padding: 1.4rem 1.6rem; margin-top: 2.2rem; }
.au-autorbox-name { font-family: var(--wp--preset--font-family--serif); font-size: 1.1rem; font-weight: 600; margin-bottom: .3rem; }
.au-autorbox-bio { font-size: .85rem; color: var(--au-muted); margin: 0 0 .5rem; }
.au-autorbox-hinweis { font-style: italic; color: #5a6272; }
.au-autorbox-link { font-size: .78rem; color: var(--au-gold); text-decoration: none; font-weight: 600; }
.au-autorbox-link:hover { color: var(--au-gold-hell); }

/* ---------- Dynamische Teilsterne ---------- */
.au-sterne { position: relative; display: inline-block; letter-spacing: 2px; font-size: .85rem; line-height: 1; }
.au-sterne-leer { color: #3a4152; }
.au-sterne-voll { position: absolute; left: 0; top: 0; width: 0; overflow: hidden; white-space: nowrap; color: var(--au-gold-hell); }

/* ---------- Preisverlauf-Chart ---------- */
.au-pvc-kopf { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; flex-wrap: wrap; margin-bottom: 1rem; }
.au-pvc-titel { font-size: 1.1rem; margin: 0 0 .25rem; }
.au-pvc-stats { font-size: .78rem; color: var(--au-muted); margin: 0; }
.au-pvc-stats b { color: var(--au-gold-hell); }
.au-pvc-range { display: inline-flex; border: 1px solid var(--au-line); border-radius: 9px; overflow: hidden; }
.au-pvc-range button { background: transparent; border: none; color: var(--au-muted); font: 600 .75rem var(--wp--preset--font-family--sans); padding: .45rem .8rem; cursor: pointer; transition: .15s; }
.au-pvc-range button + button { border-left: 1px solid var(--au-line); }
.au-pvc-range button:hover { color: var(--au-text); }
.au-pvc-range button.aktiv { background: var(--au-gold-grad); color: #171204; }
.au-pvc-canvas { position: relative; height: 260px; }
@media (max-width: 640px) { .au-pvc-canvas { height: 200px; } }

/* ---------- UVP & Deal-Badge ---------- */
.au-uvp { display: inline-block; text-decoration: line-through; color: var(--au-muted); font-size: .8rem; font-weight: 400; margin-right: .4rem; }
.au-deal-badge { display: inline-block; background: rgba(224,88,74,.16); color: #f0917f; border: 1px solid rgba(224,88,74,.4); font-size: .68rem; font-weight: 800; letter-spacing: .05em; padding: .2rem .55rem; border-radius: 99px; margin-bottom: .35rem; }

/* ---------- Produktbilder als weiße Bildkarten ----------
   Amazon liefert JPEGs auf Weiß — wir rahmen sie bewusst als
   einheitliche Produktkarten, statt das Weiß zu verstecken. */
.au-vhero-foto img,
.au-prodbox-img img,
.au-pcard-img img,
.au-produkt-bild img,
.au-cmp-prod img,
.au-altbox .thumb img {
  background: #fff;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.06);
}
.au-cmp-prod img { padding: 6px; }

/* ---------- Verdict-Hero v3: Fakten-Kacheln, Siegel mit Schulnote, 5 Tabs ---------- */
.au-vhero-top { grid-template-columns: 210px minmax(0, 1fr) 200px; justify-content: space-between; align-items: center; padding: 1.6rem 1.8rem; }
.au-vhero-foto img { max-height: 210px; }
.au-vhero-name { font-size: 1.45rem; margin: .1rem 0 .3rem; line-height: 1.25; }
.au-vhero-typ { display: inline-block; background: #232c3a; color: #aebacd; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: .25rem .65rem; border-radius: 99px; }
.au-vhero-fakten { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; margin-top: .9rem; }
.au-vkachel { background: #141922; border: 1px solid var(--au-line); border-radius: 12px; padding: .7rem 1rem; }
.au-vkachel-label { font-size: .72rem; color: var(--au-muted); margin-bottom: .1rem; }
.au-vkachel-wert { font-size: .98rem; font-weight: 700; }
.au-vkachel-wert small { font-size: .74rem; color: var(--au-muted); font-weight: 600; }

.au-siegel3 { width: 172px; border-radius: 14px; overflow: hidden; border: 2px solid var(--au-gold);
  background: radial-gradient(150% 120% at 0% 42%, #43350f 0%, #241c09 48%, #0d0a05 100%);
  box-shadow: 0 12px 32px rgba(0,0,0,.5), inset 0 1px 0 rgba(227,197,103,.25); }
.au-siegel3-kopf { padding: .6rem .5rem .5rem; text-align: center; border-bottom: 1px solid rgba(227,197,103,.25); }
.au-siegel3-kopf svg { display: block; margin: 0 auto; }
.au-siegel3-band { background: var(--au-gold-grad); color: #171204; text-align: center; font-weight: 800; font-size: .72rem; letter-spacing: .14em; padding: .35rem .25rem; }
.au-siegel3-body { padding: .55rem .5rem .6rem; text-align: center; }
.au-siegel3-note { font-family: var(--wp--preset--font-family--serif); font-size: 2.15rem; font-weight: 700; color: var(--au-gold-hell); line-height: 1; }
.au-siegel3-urteil { font-size: .62rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--au-text); margin-top: .15rem; }
.au-siegel3-fuss { font-size: .62rem; color: var(--au-muted); margin-top: .45rem; padding-top: .4rem; border-top: 1px solid rgba(227,197,103,.2); line-height: 1.4; }
.au-siegel3-fuss b { display: block; color: var(--au-text); font-weight: 600; }

.au-vhero-preis { text-align: center; line-height: 1.35; }
.au-vhero-preis b { display: block; font-size: 1.35rem; font-weight: 800; }
.au-vhero-preis .au-uvp { display: block; margin: 0; }

/* Tabs — immer sichtbar */
.au-vhero-tabs-wrap { border-top: 1px solid var(--au-line); background: #12161d; }
.au-vhero-tabs { display: flex; gap: .5rem; padding: 1.1rem 1.8rem 1rem; flex-wrap: wrap; }
.au-vtab { background: transparent; border: 1px solid var(--au-line); border-radius: 99px; font: 600 .78rem var(--wp--preset--font-family--sans); padding: .45rem 1rem; color: var(--au-muted); cursor: pointer; transition: .15s; }
.au-vtab:hover { border-color: var(--au-gold); color: var(--au-gold-hell); }
.au-vtab.aktiv { background: var(--au-gold-grad); border-color: transparent; color: #171204; }
.au-vpanel { display: none; margin: 0 1.8rem 1.5rem; background: var(--au-card); border: 1px solid var(--au-line); border-radius: 12px; padding: 1.2rem 1.5rem; }
.au-vpanel.aktiv { display: block; }

.au-vprocon { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; }
.au-vprocon h4 { font-family: var(--wp--preset--font-family--sans); font-size: .8rem; margin: 0 0 .5rem; }
.au-vprocon .au-h-pro { color: var(--wp--preset--color--gruen); }
.au-vprocon .au-h-contra { color: var(--wp--preset--color--rot); }

.au-vtechgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; align-items: start; }
.au-vtechgrid .au-techdaten { margin: 0; }

.au-vpvgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.8rem; align-items: start; }
.au-vpv { width: 100%; border-collapse: collapse; font-size: .85rem; }
.au-vpv td { padding: .65rem .7rem; border-bottom: 1px solid var(--au-line); vertical-align: middle; }
.au-vpv tr:last-child td { border-bottom: none; }
.au-vpv-shop { font-weight: 700; }
.au-vpv-best { display: block; color: var(--wp--preset--color--gruen); font-size: .62rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.au-vpv-preis { font-weight: 800; font-size: .95rem; text-align: right; white-space: nowrap; }
.au-vpv-cta { text-align: right; }
.au-vpv-hinweis { font-size: .72rem; color: var(--au-muted); margin: .6rem 0 0; }
.au-vpv-hinweis a { color: var(--au-gold-hell); }
.au-vchart h4 { font-family: var(--wp--preset--font-family--sans); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--au-muted); margin: 0 0 .6rem; }
.au-vchart svg { width: 100%; height: auto; display: block; }
.au-vchart-meta { display: flex; justify-content: space-between; font-size: .72rem; color: var(--au-muted); margin-top: .5rem; }
.au-vchart-meta b { color: var(--au-text); }
.au-vchart-leer { font-size: .82rem; color: var(--au-muted); margin: 0; }

.au-valtliste { display: flex; flex-direction: column; gap: .7rem; margin-bottom: .9rem; }
.au-valt { display: flex; align-items: center; gap: 1rem; background: #141922; border: 1px solid var(--au-line); border-radius: 12px; padding: .7rem 1.1rem .7rem .7rem; text-decoration: none; color: inherit; transition: .15s; }
.au-valt:hover { border-color: var(--au-gold); }
.au-valt-img { width: 64px; height: 64px; background: #fff; border-radius: 10px; padding: 5px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.au-valt-img img { width: 100%; height: 100%; object-fit: contain; background: none; padding: 0; border: none; border-radius: 0; }
.au-valt-txt { flex: 1; min-width: 0; }
.au-valt-txt b { display: block; font-size: .88rem; }
.au-valt-txt small { color: var(--au-muted); font-size: .72rem; }
.au-valt-note { text-align: center; flex-shrink: 0; width: 84px; }
.au-valt-note .n { display: block; font-family: var(--wp--preset--font-family--serif); font-size: 1.35rem; font-weight: 700; color: var(--au-gold-hell); line-height: 1.1; }
.au-valt-note small { display: block; font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; color: var(--au-muted); }
.au-valt-link { display: inline-flex; align-items: center; gap: .4rem; color: var(--au-gold-hell); font-size: .85rem; font-weight: 600; text-decoration: none; }
.au-valt-link:hover { text-decoration: underline; }

.au-vbwgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.6rem; align-items: start; }
.au-vbwgrid.voll { grid-template-columns: 1fr; }
.au-vfazit { background: #141922; border: 1px solid var(--au-line); border-left: 3px solid var(--au-gold); border-radius: 12px; padding: 1rem 1.3rem; }
.au-vfazit h4 { font-family: var(--wp--preset--font-family--sans); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; color: var(--au-gold-hell); margin: 0 0 .5rem; }
.au-vfazit p { font-size: .85rem; color: #c4c9d1; font-style: italic; margin: 0; }
.au-vfazit-autor { font-size: .72rem; color: var(--au-muted); margin-top: .6rem; }

/* ---------- Beitrags-Hero: scharfes Titelbild, Glas-Panel hinter dem Titel ---------- */
.au-beitrag-hero { display: flex; align-items: flex-end; }
.au-beitrag-hero .wp-block-cover__background { background: linear-gradient(180deg, rgba(14,17,22,.05) 0%, rgba(14,17,22,.45) 100%) !important; }
.au-beitrag-hero .wp-block-cover__inner-container { width: 100%; padding-left: clamp(1.1rem, 3vw, 1.8rem); padding-right: clamp(1.1rem, 3vw, 1.8rem); }
.au-hero-glas { background: rgba(14,17,22,.55); -webkit-backdrop-filter: blur(16px) saturate(1.1); backdrop-filter: blur(16px) saturate(1.1); border: 1px solid rgba(255,255,255,.08); border-radius: 16px; padding: 1.1rem 1.5rem 1.2rem; width: fit-content; max-width: 100%; }
.au-hero-glas h1 { margin-bottom: .4rem; }
.au-hero-glas .au-breadcrumb { margin-bottom: .5rem; }
/* Ohne Titelbild: Cover fällt auf die dunkle Fläche zurück — kompakter, Panel unsichtbar */
.au-beitrag-hero:not(:has(.wp-block-cover__image-background)) { min-height: 0 !important; padding-top: 2rem; }
.au-beitrag-hero:not(:has(.wp-block-cover__image-background)) .au-hero-glas { background: transparent; border-color: transparent; backdrop-filter: none; -webkit-backdrop-filter: none; padding: 0; }

.au-sidebar-label { font-size: .68rem; letter-spacing: .12em; text-transform: uppercase; color: var(--au-muted); margin-bottom: .5rem; font-weight: 700; }
.au-herz { color: var(--au-gold-hell); }

/* ---------- Testsieger-Grid: Kategorie-Tabs ---------- */
.au-tsg-tabs { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
.au-tsg-panel { display: none; }
.au-tsg-panel.aktiv { display: block; }

/* ---------- Startseite: Vergleichs-Kacheln ---------- */
.au-vgl-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .9rem; }
.au-vgl-kachel { display: flex; flex-direction: column; align-items: flex-start; gap: .15rem; background: var(--au-card); border: 1px solid var(--au-line); border-radius: 14px; padding: 1.1rem 1.2rem; text-decoration: none; color: inherit; transition: .18s; }
.au-vgl-kachel svg { width: 34px; height: 34px; color: var(--au-gold); margin-bottom: .45rem; }
.au-vgl-kachel b { font-family: var(--wp--preset--font-family--serif); font-size: 1.02rem; font-weight: 600; }
.au-vgl-kachel span { font-size: .74rem; color: var(--au-gold-hell); font-weight: 600; }
a.au-vgl-kachel:hover { border-color: var(--au-gold); transform: translateY(-2px); box-shadow: 0 10px 26px rgba(0,0,0,.35); }
.au-vgl-kachel.bald { opacity: .55; }
.au-vgl-kachel.bald svg { color: var(--au-muted); }
.au-vgl-kachel.bald span { color: var(--au-muted); font-weight: 500; }
@media (max-width: 980px) { .au-vgl-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .au-vgl-grid { grid-template-columns: 1fr 1fr; gap: .6rem; } .au-vgl-kachel { padding: .85rem .9rem; } }

/* „Das könnte dich auch interessieren" — Beitragsliste */
.au-verwandte .au-verwandt-zeile { padding: .85rem .25rem; border-bottom: 1px solid var(--au-line); align-items: baseline; gap: 1rem; }
.au-verwandte li:last-child .au-verwandt-zeile { border-bottom: none; }
.au-verwandte h3 { font-size: 1rem; margin: 0; font-family: var(--wp--preset--font-family--sans); font-weight: 600; }
.au-verwandte h3 a { text-decoration: none; color: var(--au-text); transition: .15s; }
.au-verwandte h3 a:hover { color: var(--au-gold-hell); }
.au-verwandte .wp-block-post-date { color: var(--au-muted); white-space: nowrap; }
.au-prodbox .au-cmp-testlink { text-align: center; }

/* ---------- Viewport-Rand: Inhalte kleben nie an der Kante ---------- */
main.wp-block-group,
.au-header > .alignwide,
.au-footer > .alignwide {
  padding-left: clamp(1.1rem, 3vw, 1.8rem);
  padding-right: clamp(1.1rem, 3vw, 1.8rem);
}

/* ---------- Schulnote sitewide (statt 10er-Score) ---------- */
.au-note { display: inline-flex; align-items: baseline; gap: .4rem; }
.au-note b { font-family: var(--wp--preset--font-family--serif); font-size: 1.3rem; font-weight: 700; color: var(--au-gold-hell); line-height: 1; }
.au-note small { font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--au-muted); }
.au-produkt-note { display: flex; align-items: baseline; gap: .5rem; padding: .7rem 0 0; font-size: .8rem; color: var(--au-muted); }
.au-produkt-note small { color: var(--au-muted); }
.au-uvp.ohne-strich { text-decoration: none; }

/* Vergleichstabelle: Noten-Zelle */
.au-cmp-note { display: inline-flex; flex-direction: column; align-items: center; gap: .1rem; }
.au-cmp-note b { font-family: var(--wp--preset--font-family--serif); font-size: 1.25rem; font-weight: 700; color: var(--au-text); line-height: 1; }
.au-cmp-note.gold b { color: var(--au-gold-hell); }
.au-cmp-note small { font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--au-muted); }

/* Vergleichstabelle: erste Spalte sticky (horizontales Scrollen) */
.au-cmp td:first-child,
.au-cmp th:first-child {
  position: sticky; left: 0; z-index: 2;
  background: var(--au-panel);
  box-shadow: 6px 0 8px -6px rgba(0,0,0,.55);
}

/* ---------- Produkt-Block: Horizontal kompakt (Mini-Verdict) ---------- */
.au-produkt-mv { display: grid; grid-template-columns: 150px minmax(0, 1fr) 168px; gap: 1.4rem; align-items: center; }
.au-mv-bild img { width: 100%; height: auto; max-height: 150px; object-fit: contain; }
.au-mv-mitte h3 { font-size: 1.15rem; margin: .05rem 0 .1rem; }
.au-mv-mitte .au-claim { font-size: .78rem; color: var(--au-muted); margin: 0 0 .5rem; }
.au-mv-fakten { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; margin-top: .6rem; }
.au-mv-fakten .au-vkachel { padding: .5rem .75rem; }
.au-mv-fakten .au-vkachel-wert { font-size: .85rem; }
.au-mv-rechts { display: flex; flex-direction: column; align-items: center; gap: .55rem; }
.au-siegel3--s { width: 150px; }
.au-siegel3--s .au-siegel3-kopf { padding: .45rem .4rem .4rem; }
.au-siegel3--s .au-siegel3-band { font-size: .62rem; padding: .25rem .2rem; }
.au-siegel3--s .au-siegel3-note { font-size: 1.6rem; }
.au-siegel3--s .au-siegel3-urteil { font-size: .52rem; }
.au-produkt .au-procon { margin-top: 1.1rem; padding-top: 1rem; border-top: 1px solid var(--au-line); }
@media (max-width: 780px) {
  .au-produkt-mv { grid-template-columns: 1fr; text-align: center; }
  .au-mv-bild { max-width: 180px; margin: 0 auto; }
  .au-mv-fakten { text-align: left; }
}

/* ---------- Produkt-Block: Vertikal umfangreich ---------- */
.au-produkt.is-style-vertikal { max-width: 360px; }
/* Gold-Version (Stil oder automatisch beim Testsieger): vertikaler Verlauf */
.au-produkt.is-style-vertikal.stil-highlight,
.au-produkt.is-style-vertikal.win { border-color: rgba(201,162,39,.55); background: linear-gradient(180deg,#1e1909,var(--au-card) 40%); }
.au-pv-card { display: flex; flex-direction: column; align-items: center; text-align: center; }
.au-pv-badge2 { display: inline-block; background: #2c3442; color: var(--au-text); font-weight: 800; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; padding: .25rem .8rem; border-radius: 99px; margin-bottom: .6rem; }
.au-pv-badge2.gold { background: var(--au-gold-grad); color: #171204; }
.au-pv-card h3 { font-size: 1.15rem; margin: .1rem 0 .2rem; }
.au-pv-bild { width: 150px; margin: .7rem 0; }
.au-pv-bild img { width: 100%; height: auto; object-fit: contain; background: #fff; padding: 10px; border-radius: 12px; border: 1px solid rgba(255,255,255,.06); }
.au-pv-wert { display: flex; align-items: center; gap: .55rem; margin-bottom: .7rem; }
.au-pv-vorteile { text-align: left; align-self: stretch; margin: 0 0 .9rem !important; font-size: .82rem; }
.au-pv-preiszeile { line-height: 1.35; margin-bottom: .6rem; }
.au-pv-preiszeile .au-uvp { display: block; margin: 0; }
.au-pv-preiszeile b { display: block; font-size: 1.25rem; font-weight: 800; }
.au-pv-card .au-btn { margin-top: auto; }

/* Vergleichstabelle: Sortier-Leiste */
.au-cmp-sort { display: flex; align-items: center; gap: .5rem; margin: 0 0 .8rem; font-size: .78rem; color: var(--au-muted); }
.au-cmp-sortbtn { background: transparent; border: 1px solid var(--au-line); border-radius: 99px; font: 600 .75rem var(--wp--preset--font-family--sans); padding: .4rem .95rem; color: var(--au-muted); cursor: pointer; transition: .15s; }
.au-cmp-sortbtn:hover { border-color: var(--au-gold); color: var(--au-gold-hell); }
.au-cmp-sortbtn.aktiv { background: var(--au-gold-grad); border-color: transparent; color: #171204; }

#preisvergleich { scroll-margin-top: 100px; }
#preisvergleich > * + * { margin-top: 1.4rem; }
@media (max-width: 980px) {
  .au-vhero-top { grid-template-columns: 1fr; }
  .au-vhero-siegel { align-items: center; }
}
@media (max-width: 780px) {
  .au-vprocon, .au-vtechgrid, .au-vpvgrid, .au-vbwgrid { grid-template-columns: 1fr; }
  .au-vhero-fakten { grid-template-columns: 1fr 1fr; }
  .au-vpanel { margin: 0 1rem 1.2rem; padding: 1rem 1.1rem; }
  .au-vhero-tabs { padding: 1rem 1rem .9rem; }
}
