/* Banner de consentimento LGPD — injetado por assets/js/analytics.js */
#pm-consent-banner{
  position:fixed;left:0;right:0;bottom:0;z-index:200;
  background:rgba(11,39,43,.97);
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  border-top:1px solid rgba(0,167,225,.32);
  box-shadow:0 -18px 48px rgba(5,20,23,.4);
  color:#EFF0EA;font-family:'Hanken Grotesk',sans-serif;
  animation:pmConsentIn .35s cubic-bezier(.2,.7,.2,1) both;
}
@keyframes pmConsentIn{from{transform:translateY(100%)}to{transform:translateY(0)}}
.pm-consent__inner{
  max-width:1200px;margin:0 auto;padding:18px 28px;
  display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;
}
.pm-consent__text{
  margin:0;flex:1 1 420px;font-size:13.5px;line-height:1.6;font-weight:300;
  color:rgba(239,240,234,.85);
}
.pm-consent__text a{color:#00A7E1;border-bottom:1px solid rgba(0,167,225,.5)}
.pm-consent__text a:hover,.pm-consent__text a:focus-visible{color:#66CDEE}
.pm-consent__actions{display:flex;align-items:center;gap:12px;flex:none}
.pm-consent__btn{
  font:inherit;font-size:14px;font-weight:600;cursor:pointer;
  padding:11px 22px;border-radius:3px;min-height:44px;
  transition:background .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease;
  touch-action:manipulation;
}
.pm-consent__btn--solid{background:#00A7E1;border:1px solid #00A7E1;color:#0E3135}
.pm-consent__btn--solid:hover,.pm-consent__btn--solid:focus-visible{background:transparent;color:#00A7E1}
.pm-consent__btn--ghost{background:transparent;border:1px solid rgba(239,240,234,.28);color:rgba(239,240,234,.85)}
.pm-consent__btn--ghost:hover,.pm-consent__btn--ghost:focus-visible{border-color:#00A7E1;color:#00A7E1}
.pm-consent__btn:focus-visible{outline:3px solid #00A7E1;outline-offset:3px}
@media(max-width:620px){
  .pm-consent__inner{padding:16px 20px;gap:16px}
  .pm-consent__actions{width:100%}
  .pm-consent__btn{flex:1 1 auto}
}
@media(prefers-reduced-motion:reduce){
  #pm-consent-banner{animation:none}
}
