.cookie-consent[hidden],
.cookie-modal[hidden],
[data-cookie-calendly][hidden],
[data-cookie-elfsight][hidden],
.cookie-gated-embed__notice[hidden]{display:none!important}
.cookie-consent{position:fixed;left:0;right:0;bottom:0;z-index:10000;padding:18px;background:linear-gradient(180deg,rgba(248,238,228,0),rgba(248,238,228,.98) 28%)}
.cookie-consent__panel{width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:center;padding:20px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}
.cookie-consent__content{display:grid;gap:6px}
.cookie-consent__eyebrow{margin:0;font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--orange)}
.cookie-consent h2,.cookie-modal h2{margin:0;font-family:var(--title);font-size:28px;line-height:1.1;color:#2b211b}
.cookie-consent p,.cookie-modal p,.cookie-gated-embed p{margin:0;color:var(--muted);line-height:1.5}
.cookie-consent a{font-weight:850;color:var(--orange)}
.cookie-consent__actions,.cookie-modal__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
.cookie-modal{position:fixed;inset:0;z-index:10001;display:grid;place-items:center;padding:20px}
.cookie-modal__backdrop{position:absolute;inset:0;background:rgba(36,28,22,.42)}
.cookie-modal__panel{position:relative;width:min(720px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto;display:grid;gap:16px;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow)}
.cookie-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}
.cookie-modal__close{display:inline-grid;place-items:center;width:40px;height:40px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#2b211b;font-size:26px;line-height:1;cursor:pointer}
.cookie-choice{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fffaf4}
.cookie-choice strong{display:block;margin-bottom:5px;color:#2b211b}
.cookie-choice__locked{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid rgba(255,90,20,.22);border-radius:999px;background:#fff;color:var(--orange);font-size:12px;font-weight:900;white-space:nowrap}
.cookie-choice--toggle{cursor:pointer}
.cookie-toggle input{position:absolute;opacity:0;pointer-events:none}
.cookie-toggle span{position:relative;display:block;width:58px;height:34px;border-radius:999px;background:#eaded2;border:1px solid var(--line);transition:background .18s ease,border-color .18s ease}
.cookie-toggle span:after{content:"";position:absolute;top:4px;left:4px;width:24px;height:24px;border-radius:50%;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.16);transition:transform .18s ease}
.cookie-toggle input:checked+span{background:var(--orange);border-color:var(--orange)}
.cookie-toggle input:checked+span:after{transform:translateX(24px)}
.footer-cookie-link{border:0;background:transparent;padding:0;color:inherit;font:inherit;text-align:left;cursor:pointer}
.footer-cookie-link:hover{color:var(--orange)}
.cookie-gated-embed{min-height:260px}
.cookie-gated-embed__notice{display:grid;place-items:start;align-content:center;gap:12px;min-height:260px;padding:24px;border:1px dashed rgba(255,90,20,.38);border-radius:18px;background:#fff7ef}
.cookie-gated-embed__notice strong{font-family:var(--title);font-size:26px;line-height:1.1;color:#2b211b}
.cookie-gated-embed.is-cookie-accepted{min-height:0}
.linkedin-cookie-gate{max-width:860px;margin:0 auto}
@media(max-width:820px){
  .cookie-consent__panel{grid-template-columns:1fr}
  .cookie-consent__actions,.cookie-modal__actions{justify-content:flex-start}
  .cookie-choice{grid-template-columns:1fr}
}
@media(max-width:560px){
  .cookie-consent{padding:12px}
  .cookie-consent__panel,.cookie-modal__panel{border-radius:16px;padding:18px}
  .cookie-consent__actions .btn,.cookie-modal__actions .btn{width:100%;justify-content:center}
}
