/* Cookie Banner */
#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1B3A6B;
  color: rgba(255,255,255,.9);
  z-index: 9000;
  padding: 1rem 1.5rem;
  box-shadow: 0 -4px 20px rgba(0,0,0,.2);
}
.cookie-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.cookie-inner p { font-size: .88rem; margin: 0; }
.cookie-inner a { color: #F0D98A; text-decoration: underline; }
