/* ===========================================================
   LOYALTY — Banner e modal de consentimento de cookies
   =========================================================== */
.lc-banner{
  position:fixed;left:0;right:0;bottom:0;z-index:9000;
  transform:translateY(120%);transition:transform .35s cubic-bezier(.4,0,.2,1);
  padding:12px;pointer-events:none;
}
.lc-banner.is-visible{transform:translateY(0);pointer-events:auto;}
.lc-banner-inner{
  max-width:1080px;margin:0 auto;background:#1C1A16;color:#EAE6DF;
  border:1px solid rgba(187,157,100,.45);border-radius:14px;
  box-shadow:0 12px 40px rgba(28,26,22,.35);
  padding:18px 20px;display:flex;gap:18px;align-items:center;flex-wrap:wrap;
}
.lc-banner-text{flex:1 1 340px;font-size:.92rem;line-height:1.6;}
.lc-banner-text p{margin:0 0 .35rem;}
.lc-banner-title{
  font-family:"Playfair Display","Times New Roman",serif;
  color:#EAE6DF;font-size:1.05rem;letter-spacing:.02em;
}
.lc-banner-text a,.lc-modal-note a{color:#D6C098;text-decoration:underline;}
.lc-banner-actions{display:flex;gap:10px;flex-wrap:wrap;flex:0 1 auto;}

.lc-btn{
  font-family:"Montserrat",system-ui,sans-serif;
  font-size:.74rem;letter-spacing:.12em;font-weight:600;text-transform:uppercase;
  border-radius:10px;padding:14px 18px;min-height:48px;cursor:pointer;
  transition:background .25s ease,color .25s ease,border-color .25s ease;
  border:1px solid transparent;
}
.lc-btn-primary{background:#BB9D64;color:#1C1A16;}
.lc-btn-primary:hover{background:#D6C098;}
.lc-btn-outline{background:transparent;color:#EAE6DF;border-color:rgba(234,230,223,.7);}
.lc-btn-outline:hover{background:rgba(234,230,223,.12);}
.lc-btn-ghost{background:transparent;color:#D6C098;border-color:transparent;text-decoration:underline;padding:14px 10px;}
.lc-btn:focus-visible,.lc-close:focus-visible,.lc-switch input:focus-visible + .lc-slider{
  outline:2px solid #BB9D64;outline-offset:2px;
}

/* Modal */
.lc-modal-overlay{
  position:fixed;inset:0;z-index:9100;background:rgba(28,26,22,.6);
  display:flex;align-items:center;justify-content:center;padding:16px;overflow-y:auto;
}
.lc-modal-overlay[hidden]{display:none;}
.lc-modal{
  background:#F4F1EC;color:#674E39;border:1px solid rgba(187,157,100,.5);
  border-radius:16px;max-width:560px;width:100%;max-height:88vh;overflow-y:auto;
  box-shadow:0 20px 50px rgba(28,26,22,.35);
}
.lc-modal-head{
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  padding:20px 22px;border-bottom:1px solid rgba(187,157,100,.35);
}
.lc-modal-head h2{
  font-family:"Playfair Display","Times New Roman",serif;color:#3C1E02;
  font-size:1.3rem;margin:0;
}
.lc-close{
  background:transparent;border:1px solid rgba(103,78,57,.3);border-radius:10px;
  width:44px;height:44px;font-size:1.4rem;line-height:1;color:#674E39;cursor:pointer;
}
.lc-modal-body{padding:20px 22px;font-size:.95rem;line-height:1.65;}
.lc-cat{padding:14px 0;border-bottom:1px solid rgba(187,157,100,.25);}
.lc-cat:last-of-type{border-bottom:none;}
.lc-cat-head{display:flex;align-items:center;justify-content:space-between;gap:12px;}
.lc-cat h3{font-family:"Playfair Display",serif;color:#3C1E02;font-size:1.05rem;margin:0;}
.lc-cat p{margin:.4rem 0 0;}
.lc-always{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:#4A5D3A;}

.lc-switch{position:relative;display:inline-flex;align-items:center;cursor:pointer;min-height:44px;}
.lc-switch input{position:absolute;opacity:0;width:52px;height:30px;margin:0;cursor:pointer;}
.lc-switch-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;}
.lc-slider{
  width:52px;height:30px;border-radius:999px;background:rgba(103,78,57,.28);
  position:relative;transition:background .25s ease;display:inline-block;
}
.lc-slider::after{
  content:"";position:absolute;top:3px;left:3px;width:24px;height:24px;border-radius:50%;
  background:#F4F1EC;transition:transform .25s ease;box-shadow:0 1px 3px rgba(0,0,0,.25);
}
.lc-switch input:checked + .lc-slider{background:#4A5D3A;}
.lc-switch input:checked + .lc-slider::after{transform:translateX(22px);}

.lc-modal-note{margin:14px 0 0;font-size:.85rem;}
.lc-modal-actions{
  display:flex;gap:10px;flex-wrap:wrap;padding:18px 22px;
  border-top:1px solid rgba(187,157,100,.35);
}
.lc-modal-actions .lc-btn-outline{color:#3C1E02;border-color:rgba(60,30,2,.45);}
.lc-modal-actions .lc-btn-outline:hover{background:rgba(60,30,2,.07);}
.lc-modal-actions .lc-btn-ghost{color:#674E39;}
body.lc-locked{overflow:hidden;}

@media (max-width:720px){
  .lc-banner-inner{padding:16px;gap:14px;}
  .lc-banner-actions{width:100%;}
  .lc-banner-actions .lc-btn{flex:1 1 100%;}
  .lc-modal-actions .lc-btn{flex:1 1 100%;}
}

/* Links legais no rodapé */
.footer-links{
  display:flex;flex-wrap:wrap;gap:6px 18px;justify-content:center;align-items:center;
  margin-top:10px;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;
}
.footer-links a,.footer-link-btn{
  color:rgba(103,78,57,.85);text-decoration:none;border-bottom:1px solid rgba(187,157,100,.5);
  background:none;border-top:none;border-left:none;border-right:none;padding:8px 2px;
  font:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;
}
.footer-links a:hover,.footer-link-btn:hover{color:#3C1E02;}
.footer-links a:focus-visible,.footer-link-btn:focus-visible{outline:2px solid #BB9D64;outline-offset:3px;}

/* Páginas legais */
.legal-page{padding:40px 20px 60px;}
.legal-page h1{margin-bottom:.3rem;}
.legal-page h2{font-size:1.25rem;margin-top:2rem;}
.legal-page h3{font-size:1.05rem;margin-top:1.2rem;}
.legal-page p,.legal-page li{font-size:1rem;line-height:1.75;}
.legal-page ul{padding-left:1.2rem;margin:0 0 1rem;}
.legal-page li{margin-bottom:.35rem;}
.legal-page a{color:#674E39;text-decoration:underline;}
.legal-updated{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(103,78,57,.75);}
.legal-back{margin-top:2.5rem;}
