/* Consent UI. Reject is exactly as prominent as Accept, which the EDPB requires. */
.bo-cc{position:fixed;left:0;right:0;bottom:0;z-index:9000;background:#1C1611;
  border-top:1px solid #33291F;box-shadow:0 -18px 60px rgba(0,0,0,.45);
  transform:translateY(110%);transition:transform .45s cubic-bezier(.22,.7,.3,1)}
.bo-cc.on{transform:none}
.bo-cc-in{max-width:1180px;margin:0 auto;padding:24px 28px;display:flex;gap:28px;
  align-items:center;justify-content:space-between;flex-wrap:wrap}
.bo-cc-txt{font-size:1.05rem;line-height:1.55;color:#B4A99F;max-width:74ch}
.bo-cc-txt b{color:#F5F0EB}
.bo-cc-txt a{color:#F0913F;text-decoration:underline}
.bo-cc-btns{display:flex;gap:10px;flex-wrap:wrap}
.bo-b{font-family:inherit;font-size:1rem;font-weight:600;padding:13px 22px;border-radius:9px;
  cursor:pointer;border:1px solid transparent;transition:transform .15s,border-color .2s,background .2s}
.bo-b:hover{transform:translateY(-1px)}
.bo-b:focus-visible{outline:2px solid #F0913F;outline-offset:3px}
.bo-b-ghost{background:transparent;border-color:#33291F;color:#F5F0EB}
.bo-b-ghost:hover{border-color:#C85F14}
.bo-b-solid{background:linear-gradient(135deg,#E88B36,#C25A10);color:#fff}
.bo-cc-modal{position:fixed;inset:0;z-index:9100;background:rgba(10,7,5,.72);
  display:grid;place-items:center;padding:24px;opacity:0;transition:opacity .3s}
.bo-cc-modal.on{opacity:1}
.bo-cc-card{background:#211A15;border:1px solid #33291F;border-radius:18px;padding:34px;
  max-width:660px;width:100%;max-height:88vh;overflow:auto}
.bo-cc-card h2{font-family:'Space Grotesk','Inter Tight',sans-serif;font-size:1.9rem;
  letter-spacing:-.03em;color:#F5F0EB;margin:0 0 22px}
.bo-row{border-top:1px solid #2A221B;padding:18px 0}
.bo-row:first-of-type{border-top:0;padding-top:0}
.bo-row-t{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:7px}
.bo-row-t b{font-size:1.15rem;color:#F5F0EB}
.bo-row p{font-size:1rem;color:#B4A99F;line-height:1.5;margin:0}
.bo-row p b{color:#F0A45C}
.bo-always{font-family:'JetBrains Mono',monospace;font-size:.85rem;letter-spacing:.09em;
  text-transform:uppercase;color:#918579}
.bo-sw{position:relative;display:inline-block;width:52px;height:30px;flex:none}
.bo-sw input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer;z-index:2}
.bo-sw span{position:absolute;inset:0;background:#33291F;border-radius:999px;transition:background .22s}
.bo-sw span::before{content:'';position:absolute;width:22px;height:22px;left:4px;top:4px;
  background:#918579;border-radius:50%;transition:transform .22s,background .22s}
.bo-sw input:checked+span{background:rgba(226,123,34,.35)}
.bo-sw input:checked+span::before{transform:translateX(22px);background:#F0913F}
.bo-sw input:focus-visible+span{outline:2px solid #F0913F;outline-offset:3px}
.bo-cc-act{display:flex;gap:12px;justify-content:flex-end;margin-top:26px;flex-wrap:wrap}
.bo-cc-foot{font-size:.95rem;color:#918579;margin-top:18px;line-height:1.5}
.bo-cc-foot a{color:#F0913F}
@media(max-width:720px){
  .bo-cc-in{padding:20px;gap:18px}
  .bo-cc-btns{width:100%}
  .bo-cc-btns .bo-b{flex:1;min-width:110px;text-align:center}
  .bo-cc-card{padding:24px 20px}
  .bo-cc-act .bo-b{flex:1}
}
@media (prefers-reduced-motion: reduce){
  .bo-cc{transition:none}.bo-cc-modal{transition:none}.bo-b:hover{transform:none}
}
