/* Cookie consent — brand-aligned, accessible, responsive */
.cookie-consent{
  position:fixed;
  left:20px;
  right:20px;
  bottom:20px;
  z-index:99999;
  display:none;
  max-width:1180px;
  margin:0 auto;
  padding:20px 22px;
  border:1px solid rgba(224,184,105,.28);
  background:rgba(5,27,43,.97);
  color:#eef2f4;
  box-shadow:0 18px 60px rgba(0,0,0,.28);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.cookie-consent.is-visible{display:block}
.cookie-consent__inner{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
}
.cookie-consent__title{
  margin:0 0 7px;
  color:#fff;
  font:600 15px/1.35 "Manrope",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  letter-spacing:-.01em;
}
.cookie-consent__text{
  margin:0;
  max-width:820px;
  color:#bec9d0;
  font:400 13.5px/1.55 "Manrope",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
}
.cookie-consent__text a{
  color:#e0b869;
  text-decoration:none;
  border-bottom:1px solid rgba(224,184,105,.52);
}
.cookie-consent__text a:hover{border-bottom-color:#e0b869}
.cookie-consent__actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.cookie-consent__button{
  appearance:none;
  border-radius:0;
  min-height:42px;
  padding:10px 17px;
  cursor:pointer;
  font:600 12.5px/1 "Manrope",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  letter-spacing:.01em;
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}
.cookie-consent__button--accept{border:1px solid #e0b869;background:#e0b869;color:#051b2b}
.cookie-consent__button--accept:hover{background:#f0c97d;border-color:#f0c97d}
.cookie-consent__button--reject{border:1px solid rgba(255,255,255,.24);background:transparent;color:#eef2f4}
.cookie-consent__button--reject:hover{border-color:rgba(255,255,255,.54);background:rgba(255,255,255,.05)}
.cookie-consent__button:focus-visible,
.cookie-settings-link:focus-visible{
  outline:2px solid #e0b869;
  outline-offset:3px;
}
.cookie-settings-link{
  appearance:none;
  border:0;
  padding:0;
  background:none;
  color:inherit;
  cursor:pointer;
  font:inherit;
  text-decoration:underline;
  text-underline-offset:3px;
}
.footer-bottom-current .cookie-settings-link{color:inherit;opacity:.82}
.footer-bottom-current .cookie-settings-link:hover{opacity:1}
@media(max-width:780px){
  .cookie-consent{left:12px;right:12px;bottom:12px;padding:18px 17px}
  .cookie-consent__inner{grid-template-columns:1fr;gap:16px}
  .cookie-consent__actions{justify-content:flex-start}
  .cookie-consent__button{flex:1 1 130px}
  .cookie-consent__text{font-size:12.5px;line-height:1.55}
}
@media(prefers-reduced-motion:reduce){
  .cookie-consent__button{transition:none}
}
