/* ===========================================================
   Gesundheitsradar — Advertorial Template
   Clean, redaktionell, Experten-Magazin. Rot (#e51b20) / Weiss,
   IBM Plex Sans. Alles unter .adv gescoped (Tokens aus site.css).
   =========================================================== */

.adv {
  --gold: #f5a623;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}
.adv img { max-width: 100%; height: auto; }
.adv-offer-grid > div, .adv-price-row > *, .adv-merk-grid, .adv-byline-meta { min-width: 0; }

/* ── Varianten-Umschaltung (Standard / ?ra=apo) ── */
.adv [hidden] { display: none !important; }
.adv-apo-note { text-align: center; font-size: 16px; font-weight: 600; color: var(--ink); margin: 4px 0 16px; }
.adv-apo-trust { list-style: none; padding: 0; margin: 14px 0 0; display: grid; gap: 10px; }
.adv-apo-trust li { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: var(--ink-2); font-weight: 500; }
.adv-apo-trust svg { width: 19px; height: 19px; color: var(--brand); flex: 0 0 auto; }
[data-apo-compare] { margin-top: 22px; }
[data-apo-compare] .comparison-container { margin: 0 auto; max-width: 620px; }
[data-apo-compare] .local-pharmacy-note { margin: 16px auto 0; max-width: 620px; }
.adv-final-shoplabel { font-size: 14px; color: rgba(255,255,255,.85); font-weight: 600; }
.adv *, .adv *::before, .adv *::after { box-sizing: border-box; }

/* ── Header ── */
.adv-header {
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.adv-header .adv-wrap { padding-top: 18px; padding-bottom: 18px; }
.adv-header img { height: 56px; width: auto; display: inline-block; }

/* ── Container ── */
.adv-wrap { max-width: 720px; margin: 0 auto; padding: 0 22px; }
.adv-wrap-wide { max-width: 980px; margin: 0 auto; padding: 0 22px; }

/* ── Article header ── */
.adv-head { padding-top: 28px; padding-bottom: 6px; }
.adv-kicker {
  display: inline-block;
  color: var(--brand); font-weight: 700; font-size: 13px;
  letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px;
}
.adv-h1 {
  font-size: clamp(30px, 4.6vw, 46px); font-weight: 700;
  line-height: 1.16; letter-spacing: -.02em; margin: 0 0 18px; color: var(--ink);
}
/* Zweizeilige Hero-H1: grosser emotionaler Hook + kleinere Sachzeile darunter */
.adv-h1 .adv-h1-sub {
  display: block; margin-top: 14px;
  font-size: clamp(17px, 2.3vw, 23px); font-weight: 600;
  line-height: 1.32; letter-spacing: -.01em; color: var(--ink-2);
}
.adv-lead { font-size: 20px; line-height: 1.55; color: var(--ink-2); margin: 0 0 28px; }
.adv-byline {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.adv-avatar {
  width: 50px; height: 50px; border-radius: 50%; flex: 0 0 auto;
  background: var(--brand); color: #fff; object-fit: cover;
  display: grid; place-items: center; font-weight: 700; font-size: 17px; letter-spacing: .02em;
}
.adv-byline-meta { font-size: 14.5px; line-height: 1.4; }
.adv-byline-meta strong { display: block; color: var(--ink); font-size: 15px; }
.adv-byline-meta span { color: var(--muted); }

/* ── Autoren-Intro-Karte (Story-Einstieg, optisch klar von der Kopf-Byline abgesetzt) ── */
.adv-author-card {
  display: flex; align-items: center; gap: 16px;
  background: var(--brand-tint);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px 20px; margin: 0 0 26px;
}
.adv-author-card .adv-author-avatar {
  width: 62px; height: 62px; border-radius: 50%; flex: 0 0 auto;
  object-fit: cover; border: 3px solid #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.10);
}
.adv-author-meta { min-width: 0; }
.adv-author-eyebrow {
  display: block; font-size: 11.5px; font-weight: 700; letter-spacing: .12em;
  text-transform: uppercase; color: var(--brand); margin-bottom: 3px;
}
.adv-author-name { display: block; font-size: 18px; font-weight: 700; color: var(--ink); line-height: 1.25; }
.adv-author-role { display: block; font-size: 14.5px; color: var(--muted); }

/* ── Article body ── */
.adv-article { padding-top: 30px; padding-bottom: 10px; font-size: 18px; line-height: 1.75; color: var(--ink-2); }
.adv-article > p { margin: 0 0 20px; }
.adv-article h2 {
  font-size: clamp(23px, 3vw, 30px); font-weight: 700; color: var(--ink);
  line-height: 1.25; letter-spacing: -.01em; margin: 44px 0 14px;
}
.adv-article h3 { font-size: 20px; font-weight: 700; color: var(--ink); margin: 30px 0 10px; }
.adv-article strong { color: var(--ink); font-weight: 700; }
.adv-article a { color: var(--brand); text-decoration: underline; }

.adv-list { list-style: none; padding: 0; margin: 8px 0 24px; }
.adv-list li { position: relative; padding-left: 34px; margin-bottom: 14px; font-size: 17px; color: var(--ink-2); }
.adv-list li svg { position: absolute; left: 0; top: 2px; width: 22px; height: 22px; color: var(--brand); }

.adv-callout {
  background: var(--brand-tint);
  border-left: 4px solid var(--brand);
  border-radius: 0 12px 12px 0;
  padding: 22px 24px; margin: 28px 0; font-size: 17px; color: var(--ink);
}
.adv-callout strong { color: var(--brand-dark); }

.adv-quote {
  margin: 32px 0; padding: 8px 0 8px 28px;
  border-left: 4px solid var(--brand);
  font-size: 23px; line-height: 1.45; font-weight: 500; color: var(--ink);
  font-style: italic;
}
.adv-quote cite { display: block; margin-top: 12px; font-size: 15px; font-style: normal; color: var(--muted); font-weight: 600; }

.adv-figure { margin: 30px 0; }
.adv-figure a { display: block; }
.adv-figure img { width: 100%; border-radius: 14px; border: 1px solid var(--line); }
.adv-figure figcaption { margin-top: 10px; font-size: 13.5px; color: var(--muted); text-align: center; }

/* ── Buttons / CTA ── */
.adv-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--brand); color: #fff;
  font-family: inherit; font-weight: 700; font-size: 17px;
  padding: 17px 32px; border: 0; border-radius: 12px; cursor: pointer;
  text-decoration: none; text-align: center; line-height: 1.25;
  box-shadow: 0 14px 30px -12px rgba(229, 27, 32, .6);
  transition: background .18s, transform .15s, box-shadow .2s;
}
.adv-btn:hover { background: var(--brand-dark); color: #fff; transform: translateY(-2px); box-shadow: 0 20px 36px -12px rgba(229, 27, 32, .7); }
.adv-btn-block { display: flex; width: 100%; }
.adv-btn svg { width: 20px; height: 20px; }
.adv-btn-sub { display: block; font-size: 13px; font-weight: 500; opacity: .9; margin-top: 2px; }

/* ── Block heading ── */
.adv-block { padding-top: 18px; padding-bottom: 18px; }
.adv-section-label {
  display: inline-block; background: var(--brand-tint); color: var(--brand-dark);
  font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 999px; margin-bottom: 14px;
}
.adv-block h2 { font-size: clamp(24px, 3.2vw, 32px); font-weight: 700; color: var(--ink); margin: 0 0 10px; letter-spacing: -.01em; }

/* ── Offer box ── */
.adv-offer {
  position: relative; overflow: hidden;
  background: #fff; border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: 18px; box-shadow: var(--shadow);
  padding: 32px; margin: 18px 0;
}
.adv-offer-top { text-align: center; }
.adv-offer-eyebrow { color: var(--brand); font-weight: 700; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.adv-offer h3 { font-size: 24px; font-weight: 700; color: var(--ink); margin: 8px 0 8px; line-height: 1.25; }
.adv-stars { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted); margin-bottom: 6px; }
.adv-stars .star { color: var(--gold); letter-spacing: 1px; font-size: 18px; }
.adv-offer-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 28px; align-items: center; margin-top: 22px; }
.adv-offer-media { position: relative; text-align: center; max-width: 320px; margin: 0 auto; }
.adv-offer-media img { width: 100%; border-radius: 12px; }
.adv-badge {
  position: absolute; top: -8px; right: 0;
  width: 76px; height: 76px; border-radius: 50%;
  background: var(--brand); color: #fff;
  display: grid; place-items: center; text-align: center;
  font-size: 11px; font-weight: 700; line-height: 1.2; letter-spacing: .03em;
  box-shadow: 0 10px 22px -8px rgba(229,27,32,.6); transform: rotate(6deg);
  padding: 6px;
}
.adv-benefits { list-style: none; padding: 0; margin: 0 0 22px; }
.adv-benefits li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; }
.adv-benefits svg { width: 22px; height: 22px; color: var(--brand); flex: 0 0 auto; margin-top: 2px; }
.adv-benefits strong { display: block; font-size: 16px; color: var(--ink); font-weight: 700; line-height: 1.3; }
.adv-benefits span { display: block; font-size: 14px; color: var(--ink-2); line-height: 1.45; margin-top: 2px; }
.adv-price { font-size: 15px; color: var(--muted); margin: 0 0 14px; }
.adv-price b { font-size: 30px; color: var(--ink); font-weight: 700; }
@media (max-width: 640px) { .adv-offer-grid { grid-template-columns: 1fr; gap: 22px; } .adv-offer { padding: 24px; } }

/* ── Complete-System (Tabs) ── */
.adv-system {
  background: var(--bg-alt); border: 1px solid var(--line);
  border-radius: 20px; padding: 36px; margin: 18px 0; text-align: center;
}
.adv-system h2 { margin-bottom: 6px; }
.adv-system-sub { color: var(--ink-2); font-size: 17px; max-width: 560px; margin: 0 auto 26px; }
.adv-sys-figure { margin: 0 auto 8px; max-width: 280px; }
.adv-sys-figure svg { width: 100%; height: auto; }
.adv-tabs { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin-bottom: 22px; }
.adv-tab {
  font-family: inherit; font-size: 14px; font-weight: 700;
  padding: 10px 18px; border-radius: 999px; cursor: pointer;
  background: #fff; color: var(--ink-2); border: 1px solid var(--line-2);
  transition: background .15s, color .15s, border-color .15s;
}
.adv-tab:hover { border-color: var(--brand); color: var(--brand); }
.adv-tab[aria-selected="true"] { background: var(--brand); color: #fff; border-color: var(--brand); }
.adv-tabpanel {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 28px; text-align: left; max-width: 640px; margin: 0 auto;
}
.adv-tabpanel[hidden] { display: none; }
.adv-tabpanel h3 { font-size: 20px; font-weight: 700; color: var(--ink); margin: 0 0 10px; }
.adv-tabpanel p { font-size: 16px; line-height: 1.6; color: var(--ink-2); margin: 0 0 12px; }
.adv-tabpanel .takeaway { color: var(--brand-dark); font-weight: 700; margin: 0; }
@media (max-width: 600px) { .adv-system { padding: 26px 20px; } .adv-tabpanel { padding: 22px; } }

/* ── Reviews (Amazon-Stil, einspaltig) ── */
.adv-reviews { max-width: 720px; margin: 8px auto 0; display: grid; gap: 16px; }
.adv-review { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 22px 24px; box-shadow: var(--shadow-sm); }
.adv-review-hidden { display: none; }
.adv-reviews.show-all .adv-review-hidden { display: block; }
.adv-review-head { display: flex; align-items: center; gap: 10px; margin-bottom: 11px; }
.adv-review-av { width: 34px; height: 34px; border-radius: 50%; background: var(--brand); color: #fff; display: grid; place-items: center; font-size: 12.5px; font-weight: 700; flex: 0 0 auto; }
.adv-review-name { font-size: 14px; font-weight: 600; color: var(--ink); }
.adv-review-line { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 4px; }
.adv-review-stars { color: var(--gold); font-size: 15px; letter-spacing: 1px; flex: 0 0 auto; }
.adv-review-title { font-size: 15.5px; font-weight: 700; color: var(--ink); }
.adv-review-sub { font-size: 12.5px; color: var(--muted); margin-bottom: 11px; }
.adv-review-sub .verified { color: #c45500; font-weight: 700; }
.adv-review p { font-size: 15px; line-height: 1.62; color: var(--ink-2); margin: 0; }
.adv-reviews-more-wrap { text-align: center; margin-top: 24px; }
.adv-reviews-more {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--brand); border: 1.5px solid var(--brand-tint-2);
  font: inherit; font-weight: 700; font-size: 15px; padding: 13px 26px; border-radius: 999px; cursor: pointer;
  transition: background .15s, border-color .15s;
}
.adv-reviews-more:hover { background: var(--brand-tint); border-color: var(--brand); }
.adv-reviews-more svg { width: 18px; height: 18px; transition: transform .2s; }
.adv-reviews-more.open svg { transform: rotate(180deg); }
@media (max-width: 620px) { .adv-reviews { grid-template-columns: 1fr; } }

/* ── FAQ ── */
.adv-faq { margin-top: 10px; }
.adv-faq details {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  padding: 0 20px; margin-bottom: 12px;
}
.adv-faq details[open] { border-color: var(--brand-tint-2); }
.adv-faq summary {
  list-style: none; cursor: pointer; padding: 18px 0;
  font-size: 17px; font-weight: 600; color: var(--ink);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
}
.adv-faq summary::-webkit-details-marker { display: none; }
.adv-faq summary .pm { flex: 0 0 auto; width: 22px; height: 22px; position: relative; }
.adv-faq summary .pm::before, .adv-faq summary .pm::after {
  content: ""; position: absolute; background: var(--brand); border-radius: 2px;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.adv-faq summary .pm::before { width: 14px; height: 2.5px; }
.adv-faq summary .pm::after { width: 2.5px; height: 14px; transition: transform .2s; }
.adv-faq details[open] summary .pm::after { transform: translate(-50%, -50%) scaleY(0); }
.adv-faq .faq-body { padding: 0 0 20px; font-size: 16px; line-height: 1.65; color: var(--ink-2); }

/* ── 4-Phasen-System: nummerierte Karten-Timeline ── */
.adv-phases { position: relative; margin: 28px 0 32px; padding: 0; }
.adv-phases::before {
  content: ""; position: absolute; left: 27px; top: 28px; bottom: 28px;
  width: 3px; background: var(--brand); opacity: .22; border-radius: 3px; z-index: 0;
}
.adv-phase { position: relative; padding: 0 0 18px 78px; min-height: 64px; }
.adv-phase:last-child { padding-bottom: 0; }
.adv-phase-num {
  position: absolute; left: 0; top: 0;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--brand); color: #fff;
  font-size: 24px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  z-index: 2; box-shadow: 0 0 0 4px #fff, 0 6px 18px rgba(229,27,32,.28);
}
.adv-phase-card {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 16px 20px 18px; box-shadow: var(--shadow-sm);
}
.adv-phase-eyebrow {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  margin-bottom: 8px;
}
.adv-phase-tag {
  display: inline-block; background: var(--brand);
  color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; padding: 4px 11px; border-radius: 999px;
}
.adv-phase-step {
  font-size: 11px; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted);
}
.adv-phase h4 {
  margin: 2px 0 10px; font-size: 18px; font-weight: 700;
  color: var(--ink); line-height: 1.35;
}
.adv-phase-lead { margin: 0; font-size: 16px; line-height: 1.65; color: var(--ink-2); }
.adv-phase details { margin-top: 10px; }
.adv-phase details > summary {
  list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600; color: var(--brand); padding: 4px 0;
}
.adv-phase details > summary::-webkit-details-marker { display: none; }
.adv-phase details > summary::after {
  content: ""; width: 7px; height: 7px;
  border-right: 2px solid var(--brand); border-bottom: 2px solid var(--brand);
  transform: rotate(45deg); transition: transform .2s; margin-top: -3px;
}
.adv-phase details[open] > summary::after { transform: rotate(-135deg); margin-top: 2px; }
.adv-phase-more {
  margin: 10px 0 0; padding-top: 10px;
  border-top: 1px dashed var(--line);
  font-size: 16px; line-height: 1.65; color: var(--ink-2);
}
@media (max-width: 520px) {
  .adv-phase { padding-left: 70px; }
  .adv-phase-num { width: 50px; height: 50px; font-size: 22px; }
  .adv-phases::before { left: 24px; }
  .adv-phase-card { padding: 14px 16px 16px; }
}

/* ── 8-Wochen-Zeitstrahl (Erfolgs-Story) ── */
.adv-timeline { position: relative; margin: 24px 0 28px; padding: 0; }
.adv-timeline::before {
  content: ""; position: absolute; left: 27px; top: 28px; bottom: 28px;
  width: 3px; background: linear-gradient(to bottom, var(--brand) 0%, var(--brand-tint-2) 100%);
  border-radius: 3px; z-index: 0;
}
.adv-time { position: relative; padding: 0 0 22px 78px; min-height: 60px; }
.adv-time:last-child { padding-bottom: 0; }
.adv-time-badge {
  position: absolute; left: 0; top: 0;
  width: 56px; height: 56px; border-radius: 50%;
  background: #fff; border: 3px solid var(--brand); color: var(--brand-dark);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-size: 16px; font-weight: 800; line-height: 1; text-align: center;
  z-index: 2; box-shadow: 0 0 0 4px #fff, 0 4px 14px rgba(229,27,32,.14);
}
.adv-time-badge small {
  font-size: 9px; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; color: var(--muted); margin-top: 2px;
  white-space: nowrap;
}
.adv-time h4 {
  margin: 4px 0 6px; font-size: 18px; font-weight: 700;
  color: var(--ink); line-height: 1.35;
}
.adv-time p { margin: 0; font-size: 16px; line-height: 1.65; color: var(--ink-2); }
.adv-time-last .adv-time-badge {
  background: var(--brand); color: #fff;
  box-shadow: 0 0 0 4px #fff, 0 6px 18px rgba(229,27,32,.28);
}
.adv-time-last .adv-time-badge small { color: rgba(255,255,255,.85); }
@media (max-width: 520px) {
  .adv-time { padding-left: 70px; }
  .adv-time-badge { width: 50px; height: 50px; font-size: 15px; }
  .adv-time-badge small { font-size: 8px; letter-spacing: .01em; }
  .adv-timeline::before { left: 24px; }
}

/* ── Apotheken-Preisvergleich + Merkzettel (Layout nach Vorgabe, an Marke angepasst) ── */
.adv .pharmacy-comparison-wrapper { max-width: 620px; margin: 0 auto; }
.adv .comparison-intro { text-align: center; margin-bottom: 24px; }
.adv .best-price-badge {
  display: inline-block; background: var(--brand-tint); color: var(--brand-dark);
  padding: 6px 14px; border-radius: 999px; font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; margin-bottom: 14px;
}
.adv .comparison-intro h3 { font-size: 24px; font-weight: 700; color: var(--ink); margin: 0 0 12px; letter-spacing: -.01em; }
.adv .comparison-intro p { font-size: 15px; line-height: 1.6; color: var(--ink-2); margin: 0 auto 22px; max-width: 520px; }
.adv .color-slogan-highlight {
  font-size: 16px; font-weight: 700; color: var(--brand-dark);
  display: inline-block; margin: 0 auto; box-sizing: border-box; max-width: 100%;
  background: linear-gradient(135deg, rgba(229,27,32,.06), rgba(229,27,32,.16));
  padding: 13px 26px; border-radius: 999px; border: 1.5px solid var(--brand-tint-2);
}
.adv .comparison-container { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.adv .pharmacy-row {
  display: flex; align-items: center; justify-content: space-between; gap: 15px;
  padding: 16px 20px; border-bottom: 1px solid var(--line);
  text-decoration: none; color: inherit; transition: background .25s, padding .25s;
}
.adv .pharmacy-row:last-child { border-bottom: 0; }
.adv .pharmacy-row:hover { background: var(--bg-alt); padding-left: 25px; }
.adv .apo-logo-col { flex: 0 0 130px; display: flex; align-items: center; }
.adv .apo-logo { max-width: 100%; max-height: 30px; object-fit: contain; }
.adv .apo-price-col { flex: 1; text-align: center; font-weight: 700; font-size: 18px; color: var(--ink); white-space: nowrap; }
.adv .apo-action-col { flex: 0 0 auto; display: flex; align-items: center; }
.adv .apo-arrow { width: 22px; height: 22px; color: var(--brand); display: block; transition: transform .2s; }
.adv .pharmacy-row:hover .apo-arrow { transform: translateX(4px); }
.adv .local-pharmacy-note {
  text-align: center; font-size: 14px; color: var(--brand-dark); font-weight: 600;
  margin-top: 22px; padding: 12px; background: var(--bg-alt); border-radius: 12px; border: 1px solid var(--line);
}
.adv .memo-section { margin-top: 30px; padding: 24px; background: #fff; border: 2px dashed var(--brand-tint-2); border-radius: 18px; }
.adv .memo-title { font-weight: 700; font-size: 14px; color: var(--brand-dark); margin-bottom: 18px; text-transform: uppercase; letter-spacing: .08em; }
.adv .memo-content { display: flex; gap: 24px; align-items: flex-start; }
.adv .memo-product-img { flex: 0 0 100px; width: 100px; height: auto; border-radius: 12px; border: 1px solid var(--line); background: #fff; padding: 5px; }
.adv .memo-grid { flex: 1; display: grid; grid-template-columns: 90px 1fr; gap: 8px; font-size: 14px; }
.adv .memo-label { color: var(--muted); font-weight: 600; }
.adv .memo-value { color: var(--ink); font-weight: 700; }
.adv .availability-info { text-align: center; font-size: 12.5px; color: var(--muted); margin: 16px 0 0; }
/* Hervorgehobene Apotheken-Zeile ("am haeufigsten gekauft") */
.adv .pharmacy-row--featured {
  position: relative; margin: 12px; padding-top: 28px; border-bottom: 0;
  background: var(--brand-tint); border-radius: 14px;
  box-shadow: inset 0 0 0 2px var(--brand);
}
.adv .pharmacy-row--featured:hover { background: var(--brand-tint); padding-left: 12px; }
.adv .pharmacy-row-badge {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  background: var(--brand); color: #fff; font-size: 10.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em; white-space: nowrap;
  padding: 4px 14px; border-radius: 0 0 9px 9px;
}
@media (max-width: 480px) {
  .adv .apo-logo-col { flex: 0 0 84px; }
  .adv .apo-price-col { font-size: 15px; }
  .adv .color-slogan-highlight { font-size: 14px; padding: 12px 18px; width: 100%; }
  .adv .memo-content { flex-direction: column; align-items: center; text-align: center; }
  .adv .memo-product-img { flex: 0 0 auto; width: 120px; margin-bottom: 18px; }
  .adv .memo-grid { grid-template-columns: 80px 1fr; text-align: left; width: 100%; }
}

/* ── Final CTA (Reminder) ── */
.adv-final {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #e51b20 0%, #b4151a 100%);
  border-radius: 22px; padding: 44px; margin: 18px 0 8px; color: #fff;
}
.adv-final::before { content: ""; position: absolute; width: 360px; height: 360px; border-radius: 50%; background: rgba(255,255,255,.07); top: -170px; right: -120px; pointer-events: none; }
.adv-final::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; background: rgba(255,255,255,.05); bottom: -130px; left: -70px; pointer-events: none; }
.adv-final-inner { position: relative; max-width: 640px; margin: 0 auto; text-align: center; }
.adv-final-eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.82); margin-bottom: 10px; }
.adv-final h2 { color: #fff; font-size: clamp(26px, 3.4vw, 36px); line-height: 1.15; margin: 0 0 12px; }
.adv-final p { color: rgba(255,255,255,.92); font-size: 17px; margin: 0 0 18px; }
.adv-final-price { display: flex; justify-content: center; align-items: baseline; gap: 12px; margin-bottom: 6px; flex-wrap: wrap; }
.adv-final-price .old { text-decoration: line-through; color: rgba(255,255,255,.7); font-size: 18px; }
.adv-final-price .now { font-size: 34px; font-weight: 700; color: #fff; line-height: 1; }
.adv-final-price .save { background: #fff; color: var(--brand); font-weight: 700; font-size: 13px; padding: 4px 10px; border-radius: 999px; }
.adv-final-code { font-size: 14px; color: rgba(255,255,255,.92); margin: 0 0 20px; }
.adv-final-code b { background: rgba(255,255,255,.18); padding: 3px 9px; border-radius: 6px; letter-spacing: .05em; }
.adv-final .adv-btn { background: #fff; color: var(--brand); box-shadow: 0 16px 30px -12px rgba(0,0,0,.4); }
.adv-final .adv-btn:hover { background: #fff7f7; color: var(--brand-dark); }
.adv-final-trust { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 22px; margin-top: 18px; }
.adv-final-trust span { display: inline-flex; align-items: center; gap: 7px; font-size: 13.5px; color: rgba(255,255,255,.9); font-weight: 600; }
.adv-final-trust svg { width: 16px; height: 16px; flex: 0 0 auto; }
@media (max-width: 700px) {
  .adv-final { padding: 32px 22px; }
}

/* ── Footer (Magazin) ── */
.adv-foot { background: #0c1116; color: #aeb8c2; border-top: 3px solid var(--brand); margin-top: 60px; padding: 54px 0 30px; }
.adv-foot-grid { max-width: 980px; margin: 0 auto; padding: 0 22px; display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 36px; }
.adv-foot-brand img { height: 50px; margin-bottom: 16px; }
.adv-foot-brand p { font-size: 14px; color: #8b97a3; margin: 0; max-width: 290px; line-height: 1.65; }
.adv-foot-col h4 { font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: #fff; margin: 0 0 14px; }
.adv-foot-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.adv-foot-col li { color: #aeb8c2; font-size: 14.5px; }
.adv-foot-col a { color: #aeb8c2; text-decoration: none; font-size: 14.5px; }
.adv-foot-col a:hover { color: #fff; }
.adv-foot-note { max-width: 980px; margin: 38px auto 0; padding: 22px 22px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 12.5px; color: #7c8893; line-height: 1.65; }
.adv-foot-bottom { max-width: 980px; margin: 16px auto 0; padding: 0 22px; display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: space-between; font-size: 13px; color: #7c8893; }
@media (max-width: 760px) { .adv-foot-grid { grid-template-columns: 1fr 1fr; gap: 30px; } .adv-foot-brand { grid-column: 1 / -1; } }

/* ── Sticky CTA (mobile + desktop) ── */
.adv-sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
  background: rgba(255,255,255,.96); backdrop-filter: blur(8px);
  border-top: 1px solid var(--line); box-shadow: 0 -8px 24px -14px rgba(15,23,30,.3);
  padding: 10px 16px; display: flex; align-items: center; justify-content: center; gap: 14px;
  transform: translateY(110%); transition: transform .3s ease;
}
.adv-sticky.show { transform: translateY(0); }
.adv-sticky .info { flex: 1; min-width: 0; }
.adv-sticky .info strong { display: block; font-size: 14px; color: var(--ink); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.adv-sticky .info span { font-size: 13px; color: var(--muted); }
.adv-sticky .adv-btn { flex: 1; justify-content: center; padding: 14px 20px; font-size: 15px; box-shadow: none; }
/* Desktop: Bar bleibt voll breit, Button mittig auf angenehme Breite begrenzt */
@media (min-width: 721px) {
  .adv-sticky { padding: 12px 22px; }
  .adv-sticky .adv-btn { flex: 0 1 auto; min-width: 340px; max-width: 460px; }
}

/* ── Mobile-Feinschliff ── */
@media (max-width: 600px) {
  .adv-header .adv-wrap { padding-top: 13px; padding-bottom: 13px; }
  .adv-header img { height: 48px; }
  .adv-wrap, .adv-wrap-wide { padding: 0 18px; }
  .adv-head { padding-top: 22px; padding-bottom: 4px; }
  .adv-lead { font-size: 18px; }
  .adv-article { font-size: 16.5px; line-height: 1.7; padding-top: 22px; }
  .adv-article h2 { margin: 32px 0 12px; }
  .adv-quote { font-size: 19px; padding-left: 18px; margin: 26px 0; }
  .adv-block { padding-top: 12px; padding-bottom: 12px; }
  .adv-block h2 { font-size: 23px; }
  .adv-offer { padding: 20px; }
  .adv-offer h3 { font-size: 21px; }
  .adv-badge { width: 62px; height: 62px; font-size: 9px; top: -6px; }
  .adv-system { padding: 24px 18px; }
  .adv-final { padding: 32px 20px; }
  .adv-final .adv-btn { width: 100%; }
  .adv-foot { padding-bottom: 96px; }   /* Platz für Sticky-CTA */
}

/* ── Anchor offset ── */
.adv [id] { scroll-margin-top: 20px; }

/* ── Inhaltsverzeichnis ── */
.adv-toc {
  background: var(--bg-alt); border: 1px solid var(--line);
  border-radius: 14px; padding: 20px 22px; margin: 26px 0 6px;
}
.adv-toc strong {
  display: flex; align-items: center; gap: 9px; margin: 0 0 14px;
  font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--brand-dark);
}
.adv-toc strong svg { width: 17px; height: 17px; }
.adv-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: toc; display: grid; gap: 9px; }
.adv-toc li { counter-increment: toc; }
.adv-toc a { display: flex; gap: 12px; align-items: baseline; color: var(--ink-2); text-decoration: none; font-size: 15.5px; }
.adv-toc a::before { content: counter(toc, decimal-leading-zero); color: var(--brand); font-weight: 700; font-variant-numeric: tabular-nums; }
.adv-toc a:hover { color: var(--brand); }

/* ── Sale-Preis + Code ── */
.adv-pricebox { margin: 2px 0 18px; }
/* Apotheken-only Angebotsblock: etwas Abstand zwischen "ab X €" und dem Button darunter */
.adv-pricebox .adv-price-line + .adv-btn-block { margin-top: 16px; }
.adv-price-line { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.adv-price-old { font-size: 18px; color: var(--muted); text-decoration: line-through; }
.adv-price-now { font-size: 34px; font-weight: 700; color: var(--ink); line-height: 1; }
.adv-price-save { background: var(--brand); color: #fff; font-weight: 700; font-size: 13px; padding: 5px 11px; border-radius: 999px; }
.adv-code {
  margin-top: 12px; display: inline-flex; align-items: center; gap: 8px;
  border: 1.5px dashed var(--brand-tint-2); background: var(--brand-tint); color: var(--ink);
  font-size: 14px; padding: 9px 14px; border-radius: 8px;
}
.adv-code b { color: var(--brand-dark); letter-spacing: .05em; }
.adv-scarcity { display: flex; align-items: center; gap: 8px; margin: 12px 0 0; font-size: 13.5px; color: var(--brand-dark); font-weight: 600; }
.adv-scarcity svg { width: 16px; height: 16px; flex: 0 0 auto; }
.adv-guarantee { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 14px 0 0; font-size: 13px; color: var(--muted); font-weight: 600; }
.adv-guarantee svg { width: 16px; height: 16px; color: var(--brand); flex: 0 0 auto; }
/* Garantie-Zeile im roten Final-Feld (heller Text auf Brand-Hintergrund) */
.adv-final-guarantee { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 30px 0 0; font-size: 13.5px; color: rgba(255,255,255,.92); font-weight: 600; }
.adv-final-guarantee svg { width: 16px; height: 16px; color: #fff; flex: 0 0 auto; }
/* Anklickbare "Bestpreis"-Pille (apo-Variante) -> guenstigste Apotheke */
.adv-bestpreis-link { text-decoration: none; cursor: pointer; }
/* Apotheken-Vergleich als Sprungziel: etwas Kontext oberhalb zeigen, damit Reihen sichtbar sind.
   Spezifitaet (0,2,0) schlaegt die generische Regel ".adv [id]" weiter oben. */
.adv [data-apo-compare] { scroll-margin-top: 72px; }
.adv-factgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; }
.adv-fact { border: 1px solid var(--line); border-radius: 12px; padding: 14px 10px; text-align: center; background: #fff; }
.adv-fact-label { display: block; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 5px; }
.adv-fact-value { display: block; font-size: 15px; font-weight: 700; color: var(--ink); line-height: 1.25; }
@media (max-width: 480px) { .adv-factgrid { gap: 8px; } .adv-fact { padding: 12px 6px; } .adv-fact-value { font-size: 12.5px; } .adv-fact-label { font-size: 10px; } }

/* ── Bewertungs-Summary ── */
.adv-rating-summary {
  display: flex; gap: 30px; align-items: center; justify-content: center; flex-wrap: wrap;
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px; margin-bottom: 26px;
}
.adv-rating-score { text-align: center; }
.adv-rating-score b { display: block; font-size: 46px; font-weight: 700; color: var(--ink); line-height: 1; }
.adv-rating-score .of { color: var(--muted); font-size: 13px; }
.adv-rating-score .stars-row { color: var(--gold); font-size: 19px; letter-spacing: 2px; margin-top: 6px; }
.adv-rating-score .cnt { color: var(--muted); font-size: 13px; margin-top: 4px; }
.adv-rating-bars { flex: 1; min-width: 200px; max-width: 320px; }
.adv-bar-row { display: flex; align-items: center; gap: 10px; font-size: 12px; color: var(--muted); margin-bottom: 7px; }
.adv-bar-row span:first-child { width: 32px; text-align: right; }
.adv-bar { flex: 1; height: 8px; background: var(--bg-alt); border-radius: 999px; overflow: hidden; }
.adv-bar i { display: block; height: 100%; background: var(--gold); border-radius: 999px; }

/* ── Quellen ── */
.adv-sources ol { padding-left: 22px; margin: 6px 0 0; }
.adv-sources li { font-size: 13.5px; color: var(--muted); line-height: 1.55; margin-bottom: 8px; }
.adv-sources a { color: var(--brand); word-break: break-word; }

/* ── Disclaimer ── */
.adv-disclaimer { background: var(--bg-alt); border-top: 1px solid var(--line); padding: 30px 0; }
.adv-disclaimer p { font-size: 12.5px; line-height: 1.65; color: var(--muted); margin: 0 0 12px; }
.adv-disclaimer p:last-child { margin-bottom: 0; }
.adv-disclaimer strong { color: var(--ink-2); }

/* ── Video in Figure (additiv) ── */
.adv-figure video { width: 100%; display: block; border-radius: 14px; border: 1px solid var(--line); background: #000; }

@media (prefers-reduced-motion: reduce) {
  .adv-btn, .adv-sticky { transition: none; }
}
