.cookie-consent[hidden]{display:none}
.cookie-consent{position:fixed;z-index:1000;left:20px;right:20px;bottom:20px;color:#111827;font-family:Barlow,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.cookie-consent__inner{width:min(960px,100%);margin:0 auto;padding:20px 22px;display:flex;align-items:center;gap:28px;background:#fff;border:1px solid #dce5ef;border-radius:14px;box-shadow:0 18px 50px rgba(8,22,41,.2)}
.cookie-consent__copy{flex:1;min-width:0}
.cookie-consent__copy strong{display:block;margin-bottom:6px;font-size:18px;line-height:1.3}
.cookie-consent__copy p{margin:0;color:#405069;font-size:16px;line-height:1.5}
.cookie-consent__copy a{color:#0871ed;text-underline-offset:3px}
.cookie-consent__actions{display:flex;align-items:center;gap:10px;flex:none}
.cookie-consent__button{min-height:44px;padding:0 20px;border:1px solid #117dfe;border-radius:9px;background:#117dfe;color:#fff;font:600 16px/1 Barlow,system-ui,sans-serif;cursor:pointer}
.cookie-consent__button:hover{background:#0871ed;border-color:#0871ed}
.cookie-consent__button--secondary{background:#fff;color:#334155;border-color:#b9c9da}
.cookie-consent__button--secondary:hover{background:#f7f9fc;border-color:#94a3b8}
.cookie-consent__button:focus-visible,.cookie-settings-button:focus-visible{outline:3px solid rgba(17,125,254,.35);outline-offset:3px}
.footer-nav .cookie-settings-button{padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer}
.footer-nav .cookie-settings-button:hover{color:#fff}
@media(max-width:720px){.cookie-consent{left:12px;right:12px;bottom:12px}.cookie-consent__inner{align-items:stretch;flex-direction:column;gap:16px;padding:18px}.cookie-consent__actions{justify-content:flex-end}}
@media(max-width:420px){.cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr}.cookie-consent__button{padding:0 14px}}
