.privacy-consent {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 5000;
  width: min(430px, calc(100vw - 2rem));
  padding: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(13, 27, 46, 0.98);
  color: #f0f4f8;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36);
  font-family: "DM Sans", Arial, sans-serif;
}

.privacy-consent[hidden] { display: none; }
.privacy-consent__label {
  margin: 0 0 0.45rem;
  color: #ff8c42;
  font: 700 0.68rem/1.2 "Space Mono", monospace;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.privacy-consent h2 { margin: 0 0 0.45rem; color: #fff; font-size: 1.08rem; }
.privacy-consent p { margin: 0; color: rgba(240, 244, 248, 0.76); font-size: 0.86rem; line-height: 1.55; }
.privacy-consent a { color: #ff9d5c; }
.privacy-consent__actions { display: flex; gap: 0.65rem; margin-top: 1rem; }
.privacy-consent button,
.privacy-settings {
  font: 700 0.78rem/1 "DM Sans", Arial, sans-serif;
  cursor: pointer;
}
.privacy-consent button {
  min-height: 40px;
  padding: 0.7rem 0.95rem;
  border-radius: 9px;
}
.privacy-consent__accept { border: 1px solid #ff6b1a; background: #ff6b1a; color: #fff; }
.privacy-consent__reject { border: 1px solid rgba(255, 255, 255, 0.24); background: transparent; color: #fff; }
.privacy-settings { padding: 0; border: 0; background: none; color: inherit; }
.privacy-consent button:focus-visible,
.privacy-settings:focus-visible { outline: 3px solid #ff9d5c; outline-offset: 3px; }

@media (max-width: 520px) {
  .privacy-consent { right: 0.75rem; bottom: 0.75rem; width: calc(100vw - 1.5rem); }
  .privacy-consent__actions { flex-direction: column; }
  .privacy-consent button { width: 100%; }
}
