.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2d2a27;
  color: white;
  padding: 20px;
  z-index: 9999;
  text-align: center;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
}
.cookie-banner a { color: #e8d2b8; text-decoration: none; }
.cookie-banner button { margin: 0 10px; }