/* ============================================================
   VIGOR 7X — Clean Pharma DE Layout
   Design System
   ============================================================ */

:root {
  --c-bg: #ffffff;
  --c-bg-alt: #f5f7fa;
  --c-bg-soft: #eef2f7;
  --c-border: #e2e8ef;
  --c-border-strong: #cbd5e0;

  --c-text: #1a202c;
  --c-text-soft: #4a5568;
  --c-text-muted: #718096;

  --c-primary: #0b4f8b;          /* azul institucional */
  --c-primary-dark: #073764;
  --c-primary-soft: #e8f1fa;
  --c-accent: #1976d2;            /* azul accent */

  --c-cta: #00875a;               /* verde clínico */
  --c-cta-hover: #006644;
  --c-cta-soft: #e3fcef;

  --c-warn: #c53030;
  --c-warn-soft: #fed7d7;

  --c-gold: #b7791f;

  --shadow-sm: 0 1px 2px rgba(15, 23, 42, .04), 0 1px 3px rgba(15, 23, 42, .06);
  --shadow-md: 0 4px 6px -1px rgba(15, 23, 42, .06), 0 2px 4px -2px rgba(15, 23, 42, .04);
  --shadow-lg: 0 10px 25px -5px rgba(15, 23, 42, .08), 0 8px 10px -6px rgba(15, 23, 42, .04);

  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 16px;

  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  --font-display: 'Inter', sans-serif;

  --container: 1140px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--c-text);
  background: var(--c-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--c-primary); text-decoration: none; }
a:hover { color: var(--c-primary-dark); }

h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--c-text);
  letter-spacing: -0.015em;
  margin: 0 0 .6em;
  line-height: 1.25;
}

p { margin: 0 0 1em; }

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 80px 0;
}

.section-tight { padding: 56px 0; }

.section-alt { background: var(--c-bg-alt); }

.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--c-primary);
  margin-bottom: 14px;
}

.eyebrow.is-warn { color: var(--c-warn); }

h1, .h1 { font-size: clamp(28px, 4vw, 44px); }
h2, .h2 { font-size: clamp(24px, 3vw, 34px); }
h3, .h3 { font-size: clamp(20px, 2vw, 24px); }

.text-center { text-align: center; }
.text-muted { color: var(--c-text-muted); }
.text-soft  { color: var(--c-text-soft); }

.lead {
  font-size: 18px;
  color: var(--c-text-soft);
  line-height: 1.7;
}

/* ----------- Top trust bar ----------- */
.topbar {
  background: var(--c-primary);
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
}
.topbar .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: .95;
}
.topbar-item svg { width: 16px; height: 16px; flex-shrink: 0; }

/* ----------- Header / Hero ----------- */
.header-bar {
  border-bottom: 1px solid var(--c-border);
  padding: 16px 0;
  background: #fff;
}
.brand {
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -.02em;
  color: var(--c-primary);
}
.brand span { color: var(--c-accent); }

.hero {
  padding: 64px 0 80px;
  background: linear-gradient(180deg, #fff 0%, var(--c-bg-alt) 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.hero h1 {
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1.18;
  color: var(--c-primary-dark);
  margin-bottom: 18px;
}
.hero h1 strong { color: var(--c-primary); }
.hero .lead { margin-bottom: 26px; }

.hero-image {
  background: radial-gradient(circle at center, var(--c-primary-soft) 0%, transparent 70%);
  padding: 30px;
  text-align: center;
}
.hero-image img { margin: 0 auto; max-height: 480px; }

/* ----------- Check list ----------- */
.checklist { list-style: none; padding: 0; margin: 24px 0; }
.checklist li {
  position: relative;
  padding: 8px 0 8px 32px;
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--c-text);
}
.checklist li::before {
  content: '';
  position: absolute;
  left: 0; top: 13px;
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--c-cta-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%2300875a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3.5 8.5 6.5 11.5 12.5 5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
}
.checklist.is-blue li::before {
  background-color: var(--c-primary-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%230b4f8b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3.5 8.5 6.5 11.5 12.5 5'/%3E%3C/svg%3E");
}
.checklist.is-x li::before {
  background-color: var(--c-warn-soft);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23c53030' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4l8 8M12 4l-8 8'/%3E%3C/svg%3E");
}

/* ----------- Buttons / CTA ----------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 28px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s ease;
  border: 0;
  cursor: pointer;
  font-family: inherit;
}
.btn-cta {
  background: var(--c-cta);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 135, 90, .25);
}
.btn-cta:hover { background: var(--c-cta-hover); color: #fff; transform: translateY(-1px); }
.btn-cta svg { width: 18px; height: 18px; }
.btn-large { padding: 18px 36px; font-size: 17px; }
.btn-block { display: flex; width: 100%; }

.cta-microcopy {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--c-text-muted);
  margin-top: 14px;
}
.cta-microcopy svg { width: 16px; height: 16px; }

/* ----------- Cards / Grids ----------- */
.grid {
  display: grid;
  gap: 24px;
}
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 28px;
  transition: box-shadow .2s ease, transform .2s ease;
}
.card-hover:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.card-soft { background: var(--c-bg-alt); border-color: transparent; }

.icon-circle {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--c-primary-soft);
  color: var(--c-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.icon-circle svg { width: 28px; height: 28px; stroke-width: 1.5; }

/* ----------- Stat cards ----------- */
.stat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.stat {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
}
.stat-num {
  font-size: 56px;
  font-weight: 800;
  color: var(--c-primary);
  line-height: 1;
  letter-spacing: -.03em;
  margin-bottom: 12px;
  font-feature-settings: "tnum";
}
.stat-label {
  font-size: 15px;
  color: var(--c-text-soft);
  font-weight: 500;
}

/* ----------- Vorher/Nachher ----------- */
.vn-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  overflow: hidden;
}
.vn-col { padding: 32px; }
.vn-col + .vn-col { border-left: 1px solid var(--c-border); }
.vn-col.is-before { background: #fff7f7; }
.vn-col.is-after { background: #f0faf6; }
.vn-col h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: 20px;
}
.vn-col.is-before h3 { color: var(--c-warn); }
.vn-col.is-after h3 { color: var(--c-cta); }
.vn-item {
  padding: 14px 0;
  border-top: 1px solid var(--c-border);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.vn-item:first-of-type { border-top: 0; padding-top: 0; }
.vn-item-icon {
  width: 32px; height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.vn-item-icon svg { width: 18px; height: 18px; stroke-width: 1.8; }
.vn-col.is-before .vn-item-icon { background: #fde7e7; color: var(--c-warn); }
.vn-col.is-after  .vn-item-icon { background: #d6f5e6; color: var(--c-cta); }
.vn-item-body { flex: 1; min-width: 0; }
.vn-item strong {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--c-text-soft);
  margin-bottom: 4px;
}
.vn-item span { font-size: 15px; color: var(--c-text); line-height: 1.5; display: block; }
.vn-item small { color: var(--c-text-muted); font-style: italic; font-size: 13px; line-height: 1.5; display: block; margin-top: 4px; }

/* ----------- Compare cards (vs) ----------- */
.vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.vs-card {
  border-radius: var(--radius-lg);
  padding: 32px;
  border: 1px solid var(--c-border);
}
.vs-card.is-bad { background: #fff8f8; border-color: #fed7d7; }
.vs-card.is-good { background: #f0faf6; border-color: #c6f6d5; }
.vs-card h3 {
  font-size: 19px;
  margin-bottom: 22px;
  line-height: 1.4;
}
.vs-card.is-bad h3 { color: var(--c-warn); }
.vs-card.is-good h3 { color: var(--c-cta); }
.vs-icon {
  width: 48px; height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.vs-card.is-bad .vs-icon { background: var(--c-warn-soft); color: var(--c-warn); }
.vs-card.is-good .vs-icon { background: var(--c-cta-soft); color: var(--c-cta); }
.vs-icon svg { width: 26px; height: 26px; }

/* ----------- Testimonials ----------- */
.testi-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.testi {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 26px;
}
.testi-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--c-primary-soft);
  color: var(--c-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 17px;
  flex-shrink: 0;
}
.testi-name {
  font-weight: 600;
  font-size: 15px;
  color: var(--c-text);
  margin-bottom: 2px;
}
.testi-meta {
  font-size: 12px;
  color: var(--c-text-muted);
  display: flex;
  align-items: center;
  gap: 6px;
}
.stars {
  display: inline-flex;
  gap: 2px;
  color: #f6ad1e;
}
.stars svg { width: 14px; height: 14px; }
.verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--c-cta);
}
.verified svg { width: 14px; height: 14px; }
.testi p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--c-text-soft);
}

/* ----------- Guarantee badge ----------- */
.guarantee-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: center;
  background: var(--c-primary-soft);
  border-radius: var(--radius-lg);
  padding: 40px;
}
.guarantee-seal {
  width: 200px; height: 200px;
  margin: 0 auto;
}

/* ----------- Ingredients ----------- */
.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 20px;
}
.ingredient {
  text-align: center;
}
.ingredient-img {
  width: 110px; height: 110px;
  border-radius: 50%;
  margin: 0 auto 16px;
  border: 1px solid var(--c-border);
  padding: 6px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ingredient-img img { border-radius: 50%; }
.ingredient h4 {
  font-size: 16px;
  color: var(--c-primary);
  margin-bottom: 8px;
}
.ingredient p {
  font-size: 13.5px;
  color: var(--c-text-soft);
  line-height: 1.55;
  margin: 0;
}

/* ----------- Doctor card ----------- */
.doctor {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 40px;
  align-items: center;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 40px;
}
.doctor-img {
  width: 200px; height: 200px;
  border-radius: 50%;
  background: var(--c-bg-alt);
  border: 4px solid #fff;
  box-shadow: var(--shadow-md);
  overflow: hidden;
  margin: 0 auto;
}
.doctor-img img { width: 100%; height: 100%; object-fit: cover; }
.doctor-credential {
  display: inline-block;
  background: var(--c-primary-soft);
  color: var(--c-primary);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 99px;
  margin-bottom: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

/* ----------- Imagine list w/ photo ----------- */
.imagine {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 56px;
  align-items: center;
}
.imagine-photo {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  background: var(--c-bg-alt);
}
.imagine-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 4 / 5;
}

/* ----------- Diskreter Inhalt ----------- */
.diskret {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.diskret-photo {
  background: var(--c-bg-alt);
  border-radius: var(--radius-lg);
  padding: 24px;
}

/* ----------- Sicherheit row ----------- */
.sicher-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.sicher-item {
  text-align: center;
  padding: 20px 12px;
}
.sicher-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--c-primary-soft);
  color: var(--c-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.sicher-icon svg { width: 26px; height: 26px; }
.sicher-item p {
  font-size: 14px;
  color: var(--c-text-soft);
  margin: 0;
  line-height: 1.55;
}

/* ----------- Section heading block ----------- */
.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}
.section-head h2 { margin-bottom: 16px; }
.section-head p { font-size: 17px; color: var(--c-text-soft); margin: 0; }

/* ----------- Photo placeholder (TODO areas) ----------- */
.photo-todo {
  background: var(--c-bg-alt);
  border: 1px dashed var(--c-border-strong);
  border-radius: var(--radius-lg);
  aspect-ratio: 4/5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-text-muted);
  font-size: 13px;
  text-align: center;
  padding: 20px;
}

/* ----------- Footer ----------- */
.footer {
  background: var(--c-bg-alt);
  border-top: 1px solid var(--c-border);
  padding: 56px 0 32px;
  font-size: 14px;
  color: var(--c-text-soft);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 32px;
}
.footer h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--c-text);
  margin-bottom: 14px;
}
.footer a { color: var(--c-text-soft); display: block; padding: 4px 0; }
.footer a:hover { color: var(--c-primary); }
.footer-bottom {
  border-top: 1px solid var(--c-border);
  padding-top: 24px;
  font-size: 12.5px;
  color: var(--c-text-muted);
  text-align: center;
}
.disclaimer {
  font-size: 11.5px;
  color: var(--c-text-muted);
  max-width: 900px;
  margin: 12px auto 0;
  line-height: 1.6;
}

/* ----------- Pricing section (cta-clean.php) ----------- */
.pricing-section { padding: 80px 0; background: var(--c-bg-alt); }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
  max-width: 1080px;
  margin: 0 auto;
}
.price-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 28px 24px 32px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: box-shadow .2s ease, transform .2s ease;
  position: relative;
  overflow: hidden;
}
.price-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.price-card.is-featured {
  border: 2px solid var(--c-primary);
  box-shadow: var(--shadow-md);
  transform: scale(1.02);
}
.price-ribbon {
  position: absolute;
  top: 0; left: 0; right: 0;
  background: var(--c-primary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 8px 0;
}
.price-card.has-ribbon { padding-top: 56px; }
.price-discount {
  display: inline-block;
  background: var(--c-cta-soft);
  color: var(--c-cta);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 99px;
  margin-bottom: 16px;
}
.price-card.is-featured .price-discount {
  background: var(--c-primary-soft);
  color: var(--c-primary);
}
.price-flaschen {
  font-size: 14px;
  font-weight: 600;
  color: var(--c-text-soft);
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 22px;
}
.price-img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.price-img img { max-height: 100%; max-width: 100%; object-fit: contain; }
.price-coupon {
  background: #fffbea;
  border: 1px dashed #f6ad1e;
  border-radius: var(--radius-sm);
  padding: 10px 12px;
  font-size: 12px;
  color: var(--c-gold);
  margin-bottom: 18px;
  line-height: 1.4;
}
.price-old {
  font-size: 15px;
  color: var(--c-text-muted);
  text-decoration: line-through;
  margin-bottom: 4px;
}
.price-old-label { font-size: 12px; color: var(--c-text-muted); margin-bottom: 6px; }
.price-now {
  font-size: 44px;
  font-weight: 800;
  color: var(--c-primary);
  line-height: 1;
  margin-bottom: 4px;
  font-feature-settings: "tnum";
  letter-spacing: -.02em;
}
.price-now small { font-size: 18px; font-weight: 700; }
.price-card.is-featured .price-now { color: var(--c-cta); }
.price-per {
  font-size: 13px;
  color: var(--c-text-muted);
  margin-bottom: 24px;
}
.price-card .btn { margin-top: auto; }
.price-microcopy {
  font-size: 12px;
  color: var(--c-text-muted);
  margin-top: 10px;
}

/* ----------- Countdown ----------- */
.countdown-bar {
  background: linear-gradient(135deg, #c53030 0%, #b91c1c 100%);
  color: #fff;
  padding: 16px 24px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 640px;
  margin: 0 auto 40px;
  box-shadow: 0 4px 14px rgba(197, 48, 48, .25);
  flex-wrap: wrap;
}
.countdown-bar svg { width: 22px; height: 22px; flex-shrink: 0; }
.countdown-label {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
}
.countdown-clock {
  display: inline-flex;
  gap: 6px;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}
.countdown-unit {
  background: rgba(0, 0, 0, .25);
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 18px;
  font-weight: 800;
  min-width: 38px;
  text-align: center;
}
.countdown-sep {
  font-size: 18px;
  font-weight: 800;
  align-self: center;
  opacity: .7;
}

/* ----------- Pulse animation (iOS-style) ----------- */
.btn-cta { --pulse-rgb: 0, 135, 90; }
.btn-cta-orange {
  --pulse-rgb: 234, 88, 12;
  background: #ea580c;
  color: #fff;
  box-shadow: 0 4px 12px rgba(234, 88, 12, .25);
}
.btn-cta-orange:hover { background: #c2410c; color: #fff; transform: translateY(-1px); }

@keyframes vn-pulse-ring {
  0%   { box-shadow: 0 4px 12px rgba(var(--pulse-rgb), .25), 0 0 0 0 rgba(var(--pulse-rgb), .55); }
  70%  { box-shadow: 0 4px 12px rgba(var(--pulse-rgb), .25), 0 0 0 18px rgba(var(--pulse-rgb), 0); }
  100% { box-shadow: 0 4px 12px rgba(var(--pulse-rgb), .25), 0 0 0 0 rgba(var(--pulse-rgb), 0); }
}
@keyframes vn-pulse-scale {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.03); }
}
.btn-cta.is-pulse,
.btn-cta-orange.is-pulse {
  animation: vn-pulse-ring 2s cubic-bezier(.66,0,0,1) infinite, vn-pulse-scale 2s ease-in-out infinite;
}
.btn-cta.is-pulse:hover,
.btn-cta-orange.is-pulse:hover { animation-play-state: paused; transform: translateY(-1px); }

/* Pulse no card destacado da pricing (kit 3 frascos) */
.price-card.is-featured.is-pulse-card {
  animation: vn-card-pulse 2.4s ease-in-out infinite;
}
@keyframes vn-card-pulse {
  0%, 100% { box-shadow: var(--shadow-md), 0 0 0 0 rgba(234, 88, 12, .35); }
  50%      { box-shadow: var(--shadow-md), 0 0 0 14px rgba(234, 88, 12, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .btn-cta.is-pulse, .btn-cta-orange.is-pulse,
  .price-card.is-featured.is-pulse-card { animation: none !important; }
}

/* ----------- Card top-tag (selo "87% wählen", "Sparoption" etc.) ----------- */
.price-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 99px;
  margin-bottom: 14px;
  line-height: 1.2;
}
.price-tag svg { width: 14px; height: 14px; }
.price-tag.is-hero {
  background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
  color: #fff;
  box-shadow: 0 4px 10px rgba(234, 88, 12, .25);
}
.price-tag.is-soft {
  background: var(--c-primary-soft);
  color: var(--c-primary);
}
.price-tag.is-neutral {
  background: var(--c-bg-soft);
  color: var(--c-text-soft);
}

/* When featured kit has both ribbon and tag, increase top padding */
.price-card.has-ribbon .price-tag { margin-top: 0; }

/* ----------- Lista de benefícios dentro de cada price-card ----------- */
.price-benefits {
  list-style: none;
  margin: 0 0 18px;
  padding: 14px 0;
  border-top: 1px solid var(--c-border);
  border-bottom: 1px solid var(--c-border);
  text-align: left;
}
.price-benefits li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--c-text-soft);
  padding: 4px 0;
  line-height: 1.4;
}
.price-benefits li svg {
  width: 14px; height: 14px;
  color: var(--c-cta);
  flex-shrink: 0;
}

/* ----------- Mini-badges de métodos de pagamento ----------- */
.payment-methods {
  margin-top: 14px;
}
.payment-methods-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--c-text-muted);
  text-align: center;
  margin-bottom: 8px;
}
.payment-methods-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
.pm-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 5px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0;
  background: #fff;
  color: var(--c-text);
  border: 1px solid var(--c-border);
  white-space: nowrap;
  font-family: var(--font-sans);
}
.pm-gpay   { background: #000; color: #fff; border-color: #000; }
.pm-amazon { background: #ff9900; color: #fff; border-color: #ff9900; font-style: italic; font-weight: 700; }
.pm-visa   { color: #1a1f71; font-style: italic; font-weight: 900; letter-spacing: .5px; }
.pm-mc     { color: #eb001b; font-weight: 800; }
.pm-paypal { color: #003087; font-weight: 800; font-style: italic; }
.pm-paypal i { color: #009cde; font-style: italic; }
.pm-klarna { background: #ffb3c7; color: #17120f; border-color: #ffb3c7; font-weight: 800; }
.pm-sepa   { color: #103a8b; font-weight: 800; letter-spacing: .5px; }

/* ----------- Trust badges (rodapé da seção pricing) ----------- */
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 36px auto 0;
  max-width: 980px;
}
.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--c-text-soft);
  white-space: nowrap;
}
.trust-badge svg { width: 16px; height: 16px; flex-shrink: 0; }
.trust-badge.is-ssl     svg { color: #b7791f; }
.trust-badge.is-secure  svg { color: var(--c-cta); }
.trust-badge.is-privacy svg { color: var(--c-cta); }
.trust-badge.is-return  svg { color: var(--c-accent); }

@media (max-width: 540px) {
  .trust-badge { padding: 8px 12px; font-size: 12px; }
  .trust-badge svg { width: 14px; height: 14px; }
  .pm-badge { font-size: 10px; height: 20px; padding: 0 6px; }
}

/* ----------- Responsive ----------- */
@media (max-width: 900px) {
  .section { padding: 56px 0; }
  .hero { padding: 40px 0 56px; }
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-image { order: -1; padding: 12px; }
  .hero-image img { max-height: 320px; }
  .grid-2, .grid-3, .grid-4,
  .stat-grid, .vn-grid, .vs-grid,
  .testi-grid, .guarantee-grid,
  .ingredients-grid, .doctor,
  .imagine, .diskret, .sicher-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .pricing-grid { max-width: 420px; }
  .price-card.is-featured { transform: none; order: -1; }
  .ingredients-grid { grid-template-columns: repeat(2, 1fr); }
  .sicher-grid { grid-template-columns: repeat(2, 1fr); }
  .vn-col + .vn-col { border-left: 0; border-top: 1px solid var(--c-border); }
  .doctor, .guarantee-grid { padding: 28px; }
  .doctor-img, .guarantee-seal { width: 160px; height: 160px; }
  .topbar .container { gap: 14px; font-size: 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }

  /* Centralizar CTAs principais no mobile (exceto os full-width dentro dos pricing-cards) */
  .btn.btn-large:not(.btn-block) {
    display: flex;
    width: fit-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-microcopy { justify-content: center; }
}

@media (max-width: 540px) {
  .ingredients-grid { grid-template-columns: 1fr; }
  .sicher-grid { grid-template-columns: 1fr; }
  .stat-num { font-size: 44px; }
  .btn { padding: 14px 22px; font-size: 15px; }
}

/* =================================================================
   ADD-ONS: Compare table · Für-wen grid · FAQ · Sticky CTA mobile
   ================================================================= */

/* ----------- Compare table ----------- */
.compare-table-wrap {
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}
.compare-table th,
.compare-table td {
  padding: 16px 18px;
  text-align: center;
  border-bottom: 1px solid var(--c-border);
  vertical-align: middle;
}
.compare-table th {
  background: var(--c-bg-alt);
  color: var(--c-text);
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: .02em;
}
.compare-table td:first-child,
.compare-table th:first-child {
  text-align: left;
  font-weight: 600;
  color: var(--c-text-soft);
  width: 32%;
  background: #fafbfc;
}
.compare-table .col-vigor {
  background: var(--c-primary-soft);
  color: var(--c-primary);
  font-weight: 800;
  position: relative;
  border-left: 3px solid var(--c-primary);
  border-right: 3px solid var(--c-primary);
}
.compare-table thead .col-vigor {
  background: var(--c-primary);
  color: #fff;
}
.compare-table tbody tr:last-child td { border-bottom: 0; }
.compare-table tbody tr:last-child .col-vigor { border-bottom: 3px solid var(--c-primary); }
.compare-table thead .col-vigor { border-top: 3px solid var(--c-primary); }
.compare-table .ct-icon {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.compare-table .ct-icon svg { width: 16px; height: 16px; }
.compare-table .ct-yes  { color: var(--c-cta); }
.compare-table .ct-no   { color: var(--c-warn); }
.compare-table .ct-warn { color: #b7791f; }
.compare-table .ct-note {
  display: block;
  font-size: 11.5px;
  color: var(--c-text-muted);
  font-weight: 400;
  margin-top: 2px;
}

@media (max-width: 720px) {
  /* Scroll horizontal com 2 colunas sticky (descrição + VIGOR 7X) */
  .compare-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* Sem background gradients aqui — eles "vibravam" durante o auto-scroll.
       A box-shadow da col-vigor já delimita visualmente a área fixa. */
  }
  .compare-table { min-width: 460px; font-size: 11.5px; }
  .compare-table th,
  .compare-table td {
    padding: 9px 6px;
    font-size: 11.5px;
    line-height: 1.3;
  }

  /* 1ª coluna sticky — descrição do critério */
  .compare-table th:first-child,
  .compare-table td:first-child {
    position: sticky;
    left: 0;
    background: #fafbfc;
    z-index: 2;
    width: 105px;
    min-width: 105px;
    max-width: 105px;
    padding-left: 10px;
    padding-right: 6px;
    font-size: 11px;
    text-align: left;
  }
  .compare-table thead th:first-child { background: var(--c-bg-alt); }

  /* 2ª coluna sticky — VIGOR 7X */
  .compare-table .col-vigor {
    position: sticky;
    left: 105px;
    z-index: 2;
    width: 95px;
    min-width: 95px;
    max-width: 95px;
    padding: 9px 4px;
    font-size: 11.5px;
    /* sombra sutil à direita pra delimitar área fixa */
    box-shadow: 3px 0 4px -3px rgba(15, 23, 42, .08);
  }

  /* Outras colunas (Viagra / Generika) ficam menores e scroll */
  .compare-table thead th:not(:first-child):not(.col-vigor),
  .compare-table tbody td:not(:first-child):not(.col-vigor) {
    min-width: 110px;
    width: 110px;
  }

  .compare-table .ct-icon { gap: 3px; font-size: 11px; }
  .compare-table .ct-icon svg { width: 13px; height: 13px; }
  .compare-table .ct-note { font-size: 9.5px; line-height: 1.25; margin-top: 1px; }
}
.compare-hint {
  display: none;
  text-align: center;
  font-size: 12.5px;
  color: var(--c-text-muted);
  margin-top: 12px;
}
@media (max-width: 720px) {
  .compare-hint { display: block; }
}

/* ----------- Gesamtpreis (preço total kit) ----------- */
.price-total {
  font-size: 14px;
  color: var(--c-text);
  font-weight: 700;
  margin-top: -16px;
  margin-bottom: 18px;
  line-height: 1.4;
}
.price-total s {
  color: var(--c-text-muted);
  font-weight: 500;
  font-size: 12.5px;
  margin-right: 4px;
  text-decoration: line-through;
}
.price-total span { color: var(--c-primary); }
.price-card.is-featured .price-total span { color: var(--c-cta); }

/* ----------- Legal pages (Impressum, AGB, Datenschutz, Kontakt) ----------- */
.legal-page { background: #fff; min-height: 60vh; }
.legal-page h1 {
  font-size: 30px;
  margin-bottom: 8px;
  color: var(--c-primary-dark);
}
.legal-page > .container > .legal-meta {
  background: var(--c-bg-alt);
  padding: 18px 22px;
  border-radius: var(--radius);
  margin: 16px 0 32px;
  font-size: 13.5px;
  color: var(--c-text-soft);
  line-height: 1.6;
}
.legal-page h2 {
  margin-top: 36px;
  margin-bottom: 12px;
  font-size: 20px;
  color: var(--c-primary);
}
.legal-page h3 {
  margin-top: 22px;
  margin-bottom: 8px;
  font-size: 15px;
  color: var(--c-text);
}
.legal-page p,
.legal-page li {
  color: var(--c-text-soft);
  font-size: 15px;
  line-height: 1.75;
}
.legal-page ul,
.legal-page ol { padding-left: 22px; margin: 0 0 14px; }
.legal-page li { margin-bottom: 6px; }
.legal-page strong { color: var(--c-text); font-weight: 600; }
.legal-page address {
  font-style: normal;
  line-height: 1.7;
  color: var(--c-text-soft);
  font-size: 15px;
}
.legal-page a { color: var(--c-primary); }
.legal-page hr {
  border: 0;
  border-top: 1px solid var(--c-border);
  margin: 32px 0;
}
.kontakt-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}
.kontakt-card {
  background: var(--c-bg-alt);
  border-radius: var(--radius);
  padding: 22px;
}
.kontakt-card h3 { margin-top: 0; color: var(--c-primary); }
@media (max-width: 540px) {
  .kontakt-grid { grid-template-columns: 1fr; }
  .legal-page h1 { font-size: 24px; }
}

/* ----------- Für-wen-Grid ----------- */
.fuerwen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1080px;
  margin: 0 auto;
}
.fuerwen-card {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  padding: 22px 20px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  transition: box-shadow .2s ease, transform .2s ease;
}
.fuerwen-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.fuerwen-icon {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--c-primary-soft);
  color: var(--c-primary);
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fuerwen-icon svg { width: 22px; height: 22px; stroke-width: 1.7; }
.fuerwen-card h4 {
  font-size: 15.5px;
  margin: 0 0 4px;
  color: var(--c-text);
}
.fuerwen-card p {
  font-size: 13.5px;
  color: var(--c-text-soft);
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .fuerwen-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 540px) {
  .fuerwen-grid { grid-template-columns: 1fr; }
}

/* ----------- FAQ accordion ----------- */
.faq-list {
  max-width: 820px;
  margin: 0 auto;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow .2s ease;
}
.faq-item[open] { box-shadow: var(--shadow-sm); }
.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 22px;
  font-weight: 600;
  font-size: 15.5px;
  color: var(--c-text);
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b4f8b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  flex-shrink: 0;
  transition: transform .2s ease;
}
.faq-item[open] summary::after { transform: rotate(180deg); }
.faq-item summary:hover { background: var(--c-bg-alt); }
.faq-answer {
  padding: 0 22px 22px;
  color: var(--c-text-soft);
  font-size: 14.5px;
  line-height: 1.7;
}
@media (max-width: 540px) {
  .faq-item summary { padding: 16px 18px; font-size: 14.5px; }
  .faq-answer { padding: 0 18px 18px; font-size: 13.5px; }
}

/* ----------- Sticky CTA mobile ----------- */
.sticky-cta {
  position: fixed;
  left: 0; right: 0;
  bottom: 0;
  z-index: 9990;
  background: #fff;
  border-top: 1px solid var(--c-border);
  box-shadow: 0 -8px 22px rgba(15, 23, 42, .08);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
  display: none;
  transform: translateY(110%);
  transition: transform .25s ease;
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sticky-cta-text {
  flex: 1;
  min-width: 0;
  line-height: 1.2;
}
.sticky-cta-headline {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-text);
}
.sticky-cta-sub {
  font-size: 11px;
  color: var(--c-text-muted);
}
.sticky-cta a {
  flex-shrink: 0;
  padding: 12px 18px;
  font-size: 14px;
  border-radius: 10px;
}
@media (max-width: 900px) {
  .sticky-cta { display: block; }
  body.has-sticky { padding-bottom: 80px; }
}
