.yph-consent-overlay{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:9998;display:none}
.yph-consent{position:fixed;left:18px;right:18px;bottom:18px;z-index:9999;display:none}
.yph-consent__box{
  max-width:980px;margin:0 auto;border:1px solid #d5e9d8;border-radius:16px;
  background:rgba(246,255,247,.95);backdrop-filter:blur(10px);
  box-shadow:0 10px 30px rgba(0,60,20,.12);
  padding:14px;display:grid;grid-template-columns:1.2fr .8fr;gap:12px;
  color:#0a2a12;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial
}
.yph-consent__title{font-weight:900;letter-spacing:.2px;margin:0 0 6px 0}
.yph-consent__text{margin:0;color:#3f5a46;font-size:13px;line-height:1.55}
.yph-consent__links a{color:#0a2a12;text-decoration:underline;text-decoration-color:rgba(12,138,62,.45);text-underline-offset:3px}
.yph-consent__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px;align-items:center}
.yph-consent__btn{
  border-radius:14px;padding:10px 12px;cursor:pointer;font-weight:900;font-size:13px;
  border:1px solid #d5e9d8;background:rgba(255,255,255,.85);color:#0a2a12
}
.yph-consent__btn:hover{border-color:rgba(12,138,62,.45);background:rgba(12,138,62,.04)}
.yph-consent__btn.primary{
  border-color:rgba(12,138,62,.45);
  background:linear-gradient(135deg, rgba(27,179,90,.95), rgba(12,138,62,.95));
  color:#ffffff
}
.yph-consent__btn.primary:hover{filter:brightness(1.02)}
@media(max-width:860px){.yph-consent__box{grid-template-columns:1fr}.yph-consent__actions{justify-content:flex-start}}
