.cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10050;
  background: #0f172a;
  color: #e2e8f0;
  box-shadow: 0 -8px 30px rgba(15, 23, 42, 0.35);
  padding: 1rem 1rem 1.25rem;
}
.cookie-consent-banner.hidden { display: none !important; }
.cookie-consent-inner {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
}
.cookie-consent-copy { flex: 1 1 18rem; min-width: 0; }
.cookie-consent-title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.cookie-consent-text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #cbd5e1;
}
.cookie-consent-text a { color: #93c5fd; text-decoration: underline; }
.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.cookie-consent-btn {
  border: 0;
  border-radius: 0.5rem;
  padding: 0.55rem 0.9rem;
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
}
.cookie-consent-btn-primary { background: #2563eb; color: #fff; }
.cookie-consent-btn-primary:hover { background: #1d4ed8; }
.cookie-consent-btn-secondary { background: #1e293b; color: #e2e8f0; border: 1px solid #334155; }
.cookie-consent-link {
  background: transparent;
  border: 0;
  color: #93c5fd;
  font-size: 0.75rem;
  text-decoration: underline;
  cursor: pointer;
  padding: 0.35rem;
}
.cookie-consent-panel {
  max-width: 72rem;
  margin: 0.75rem auto 0;
  padding-top: 0.75rem;
  border-top: 1px solid #334155;
}
.cookie-consent-panel.hidden { display: none !important; }
.cookie-consent-check {
  display: block;
  margin: 0.35rem 0;
  font-size: 0.8125rem;
}
.cookie-consent-note {
  margin: 0.5rem 0 0.75rem;
  font-size: 0.75rem;
  color: #94a3b8;
}
.footer-legal {
  margin: 0.65rem 0 0 !important;
  font-size: 0.8rem;
}
.footer-legal a,
.footer-bottom .cookie-consent-link {
  color: rgba(255, 255, 255, 0.7);
}
.footer-legal a:hover,
.footer-bottom .cookie-consent-link:hover {
  color: #fff;
}
