/* pfoten-ratgeber.de Consent Banner — CSP-safe, kein Framework */
#pr-consent{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#fff;color:#1a1a1a;border-top:1px solid #e5e7eb;box-shadow:0 -4px 12px rgba(0,0,0,.08);padding:1rem 1.25rem;font-family:inherit;font-size:.95rem;line-height:1.5}
#pr-consent .pr-consent__inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}
#pr-consent .pr-consent__text{flex:1 1 400px;color:#333}
#pr-consent .pr-consent__text strong{color:#1a1a1a}
#pr-consent .pr-consent__text a{color:#5B8A72;text-decoration:underline}
#pr-consent .pr-consent__text a:hover{color:#487158}
#pr-consent .pr-consent__actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}
#pr-consent .pr-consent__btn{padding:.6rem 1.15rem;border-radius:6px;font-family:inherit;font-size:.9rem;font-weight:600;line-height:1.2;cursor:pointer;border:1px solid #5B8A72;transition:background .15s ease,color .15s ease}
#pr-consent .pr-consent__btn--accept{background:#5B8A72;color:#fff}
#pr-consent .pr-consent__btn--accept:hover{background:#487158}
#pr-consent .pr-consent__btn--decline{background:#fff;color:#5B8A72}
#pr-consent .pr-consent__btn--decline:hover{background:#f4f6f4}
@media(max-width:640px){
  #pr-consent{padding:.9rem 1rem}
  #pr-consent .pr-consent__inner{flex-direction:column;align-items:stretch;gap:.75rem}
  #pr-consent .pr-consent__actions{justify-content:stretch}
  #pr-consent .pr-consent__actions .pr-consent__btn{flex:1 1 auto;text-align:center}
}

/* =============== Sticky Affiliate-CTA (Ratgeber-Seiten) =============== */
.pr-sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:9998;background:#5B8A72;color:#fff;padding:.75rem 1rem;box-shadow:0 -2px 10px rgba(0,0,0,.12);transform:translateY(100%);transition:transform .3s ease;font-family:inherit}
.pr-sticky-cta.pr-sticky-cta--visible{transform:translateY(0)}
.pr-sticky-cta__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:1rem;justify-content:space-between}
.pr-sticky-cta__text{flex:1 1 auto;font-size:.9rem;line-height:1.35}
.pr-sticky-cta__text strong{display:block;font-size:1rem;margin-bottom:.1rem}
.pr-sticky-cta__text small{opacity:.85;font-size:.78rem}
.pr-sticky-cta__cta{background:#fff;color:#5B8A72;padding:.6rem 1.1rem;border-radius:6px;font-weight:700;font-size:.9rem;text-decoration:none;white-space:nowrap;transition:background .15s ease}
.pr-sticky-cta__cta:hover{background:#f4f6f4;text-decoration:none}
.pr-sticky-cta__close{background:transparent;color:#fff;border:none;padding:.4rem;cursor:pointer;opacity:.75;font-size:1.2rem;line-height:1}
.pr-sticky-cta__close:hover{opacity:1}
/* Ausblenden wenn Consent-Banner offen ist */
#pr-consent:not([hidden]) ~ .pr-sticky-cta{display:none}
@media(max-width:640px){
  .pr-sticky-cta{padding:.6rem .75rem}
  .pr-sticky-cta__inner{gap:.6rem}
  .pr-sticky-cta__text{font-size:.82rem;line-height:1.3}
  .pr-sticky-cta__text strong{font-size:.92rem}
  .pr-sticky-cta__text small{display:none}
  .pr-sticky-cta__cta{padding:.55rem .9rem;font-size:.82rem}
}

/* =============== Exit-Intent Overlay =============== */
.pr-exit-intent{position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;pointer-events:none;transition:opacity .2s ease}
.pr-exit-intent.pr-exit-intent--visible{opacity:1;pointer-events:auto}
.pr-exit-intent__card{background:#fff;color:#1a1a1a;border-radius:12px;max-width:500px;width:100%;padding:2rem 1.75rem 1.75rem;position:relative;box-shadow:0 25px 60px rgba(0,0,0,.3);font-family:inherit;text-align:center}
.pr-exit-intent__card h3{font-family:inherit;font-size:1.35rem;margin:0 0 .5rem;color:#1a1a1a}
.pr-exit-intent__card p{color:#444;font-size:.95rem;line-height:1.55;margin:0 0 1.25rem}
.pr-exit-intent__card ul{text-align:left;list-style:none;padding:0;margin:0 0 1.5rem;font-size:.9rem;color:#333}
.pr-exit-intent__card ul li{padding:.3rem 0 .3rem 1.5rem;position:relative}
.pr-exit-intent__card ul li::before{content:"✓";position:absolute;left:0;color:#5B8A72;font-weight:700}
.pr-exit-intent__cta{display:inline-block;background:#5B8A72;color:#fff;padding:.85rem 1.75rem;border-radius:6px;font-weight:700;text-decoration:none;font-size:1rem;transition:background .15s ease}
.pr-exit-intent__cta:hover{background:#487158;text-decoration:none}
.pr-exit-intent__close{position:absolute;top:.6rem;right:.85rem;background:transparent;color:#888;border:none;font-size:1.5rem;line-height:1;cursor:pointer;padding:.3rem}
.pr-exit-intent__close:hover{color:#1a1a1a}
.pr-exit-intent__small{display:block;margin-top:.85rem;font-size:.78rem;color:#888}
@media(max-width:480px){
  .pr-exit-intent__card{padding:1.5rem 1.25rem 1.25rem}
  .pr-exit-intent__card h3{font-size:1.15rem}
}

/* =============== Mid-Content CTA-Box (fuer Ratgeber -> Affiliate) =============== */
.pr-midcta{margin:2rem 0;padding:1.5rem 1.75rem;background:linear-gradient(135deg,#5B8A72 0%,#487158 100%);color:#fff;border-radius:10px;box-shadow:0 4px 14px rgba(91,138,114,.2)}
.pr-midcta__label{display:inline-block;background:rgba(255,255,255,.2);color:#fff;padding:.25rem .65rem;border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:.75rem}
.pr-midcta__title{font-family:inherit;font-size:1.35rem;font-weight:700;margin:0 0 .5rem;color:#fff;line-height:1.3}
.pr-midcta__text{font-size:.95rem;line-height:1.55;margin:0 0 1.1rem;opacity:.95}
.pr-midcta__cta{display:inline-block;background:#fff;color:#487158;padding:.75rem 1.4rem;border-radius:6px;font-weight:700;font-size:.95rem;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}
.pr-midcta__cta:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,0,0,.15);text-decoration:none;color:#487158}
.pr-midcta__small{display:block;margin-top:.75rem;font-size:.78rem;opacity:.8}
@media(max-width:640px){
  .pr-midcta{padding:1.25rem 1.25rem;margin:1.5rem 0}
  .pr-midcta__title{font-size:1.15rem}
}
