/* REIS LGPD / Privacidade - V15A25AF8C49 */
:root{
  --reis-privacy-gold:#e0a800;
  --reis-privacy-gold-2:#f4c542;
  --reis-privacy-black:#161616;
  --reis-privacy-text:#242424;
  --reis-privacy-muted:#626262;
  --reis-privacy-border:#dedede;
}
.reis-consent-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:2147483000;display:none;max-width:1180px;margin:auto;background:#fff;color:var(--reis-privacy-text);border:1px solid rgba(0,0,0,.12);border-radius:18px;box-shadow:0 18px 60px rgba(0,0,0,.25);font-family:inherit}
.reis-consent-banner.is-open{display:block}
.reis-consent-banner__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;padding:20px 22px}
.reis-consent-banner__title{margin:0 0 7px;font-size:20px;line-height:1.2;color:#111;font-weight:900}
.reis-consent-banner__text{margin:0;color:var(--reis-privacy-muted);font-size:14px;line-height:1.55}
.reis-consent-banner__text a,.reis-consent-modal a{color:#735600;font-weight:800;text-decoration:underline}
.reis-consent-actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.reis-consent-btn{appearance:none;border:1px solid #c9c9c9;border-radius:999px;padding:11px 16px;font:800 13px/1.1 inherit;cursor:pointer;transition:.18s ease;background:#fff;color:#111}
.reis-consent-btn:hover,.reis-consent-btn:focus-visible{transform:translateY(-1px);outline:3px solid rgba(224,168,0,.28);outline-offset:2px}
.reis-consent-btn--primary{background:linear-gradient(135deg,var(--reis-privacy-gold-2),var(--reis-privacy-gold));border-color:#ca9700;color:#111}
.reis-consent-btn--dark{background:var(--reis-privacy-black);border-color:var(--reis-privacy-black);color:#fff}
.reis-consent-fab{position:fixed;left:16px;bottom:16px;z-index:2147482000;display:none;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.2);background:#161616;color:#fff;border-radius:999px;padding:9px 13px;font:800 12px/1.1 inherit;box-shadow:0 8px 24px rgba(0,0,0,.25);cursor:pointer}
.reis-consent-fab.is-visible{display:inline-flex}
.reis-consent-fab svg{width:16px;height:16px;fill:var(--reis-privacy-gold-2)}
.reis-consent-overlay{position:fixed;inset:0;z-index:2147483500;display:none;background:rgba(0,0,0,.58);padding:18px;overflow:auto}
.reis-consent-overlay.is-open{display:grid;place-items:center}
.reis-consent-modal{width:min(680px,100%);background:#fff;border-radius:20px;box-shadow:0 24px 80px rgba(0,0,0,.34);color:var(--reis-privacy-text);font-family:inherit;overflow:hidden}
.reis-consent-modal__head{display:flex;gap:14px;align-items:flex-start;justify-content:space-between;padding:22px 22px 15px;border-bottom:1px solid var(--reis-privacy-border)}
.reis-consent-modal__head h2{margin:0 0 5px;font-size:23px;line-height:1.2;color:#111}
.reis-consent-modal__head p{margin:0;color:var(--reis-privacy-muted);font-size:13px;line-height:1.5}
.reis-consent-close{border:0;background:#f1f1f1;width:36px;height:36px;border-radius:50%;font-size:22px;line-height:1;cursor:pointer;color:#222;flex:0 0 auto}
.reis-consent-modal__body{padding:12px 22px 4px}
.reis-consent-category{display:grid;grid-template-columns:1fr auto;gap:18px;padding:15px 0;border-bottom:1px solid #ececec}
.reis-consent-category:last-child{border-bottom:0}
.reis-consent-category h3{margin:0 0 5px;font-size:15px;color:#111}
.reis-consent-category p{margin:0;color:var(--reis-privacy-muted);font-size:13px;line-height:1.5}
.reis-consent-switch{position:relative;width:46px;height:26px;align-self:center}
.reis-consent-switch input{position:absolute;opacity:0;pointer-events:none}
.reis-consent-switch span{position:absolute;inset:0;background:#aaa;border-radius:999px;transition:.2s}
.reis-consent-switch span:after{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:0 1px 5px rgba(0,0,0,.2);transition:.2s}
.reis-consent-switch input:checked+span{background:#bc8b00}
.reis-consent-switch input:checked+span:after{transform:translateX(20px)}
.reis-consent-switch input:disabled+span{opacity:.7;cursor:not-allowed}
.reis-consent-modal__foot{display:flex;gap:9px;justify-content:flex-end;flex-wrap:wrap;padding:17px 22px 22px;background:#fafafa;border-top:1px solid var(--reis-privacy-border)}
.reis-privacy-footer-links{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;padding:12px 18px 2px;font-size:12px}
.reis-privacy-footer-links a,.reis-privacy-footer-links button{color:inherit;text-decoration:underline;background:none;border:0;padding:0;font:inherit;cursor:pointer}
.privacy-policy-v49{max-width:960px;margin:0 auto}
.privacy-policy-v49 .privacy-card{background:#fff;border:1px solid rgba(15,23,42,.1);border-radius:18px;padding:24px;margin:0 0 18px;box-shadow:0 10px 28px rgba(15,23,42,.05)}
.privacy-policy-v49 h2{margin:0 0 10px;color:#171717;font-size:24px}
.privacy-policy-v49 h3{margin:18px 0 7px;color:#242424;font-size:18px}
.privacy-policy-v49 p,.privacy-policy-v49 li{color:#4b5563;line-height:1.65}
.privacy-policy-v49 ul{padding-left:22px}
.privacy-policy-v49 .privacy-meta{background:#fff6d6;border-color:#ead389}
.privacy-policy-v49 .privacy-meta strong{color:#171717}
@media(max-width:760px){
  .reis-consent-banner{left:9px;right:9px;bottom:9px;border-radius:14px}
  .reis-consent-banner__inner{grid-template-columns:1fr;padding:17px;gap:14px}
  .reis-consent-actions{justify-content:stretch}
  .reis-consent-actions .reis-consent-btn{flex:1 1 100%}
  .reis-consent-fab{left:10px;bottom:10px}
  .reis-consent-modal__head,.reis-consent-modal__body,.reis-consent-modal__foot{padding-left:17px;padding-right:17px}
  .reis-consent-modal__foot .reis-consent-btn{flex:1 1 100%}
}
@media print{.reis-consent-banner,.reis-consent-fab,.reis-consent-overlay{display:none!important}}
