.site-footer__cookie-settings {
  padding: 0;
  border: 0;
  background: none;
  color: #f4fbfa;
  cursor: pointer;
  font: 800 .78rem/1.2 "Aptos", "Segoe UI Variable", "Segoe UI", sans-serif;
  text-decoration: none;
}

.site-footer__cookie-settings:hover,
.site-footer__cookie-settings:focus-visible {
  color: #73dfce;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cookie-consent {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 10000;
  width: min(560px, calc(100vw - 32px));
  box-sizing: border-box;
  padding: 17px 18px;
  border: 1px solid rgba(170, 224, 216, .42);
  border-radius: 14px;
  background: rgba(8, 27, 32, .97);
  color: #eef8f6;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .28);
  font-family: "Aptos", "Segoe UI Variable", "Segoe UI", sans-serif;
}

.cookie-consent[hidden] { display: none; }
.cookie-consent__content { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px 20px; align-items: center; }
.cookie-consent__copy strong { display: block; margin-bottom: 4px; font-size: .9rem; }
.cookie-consent__copy p { margin: 0; color: #c6d8d5; font-size: .76rem; line-height: 1.45; }
.cookie-consent__copy a { color: #8ee3d5; }
.cookie-consent__actions { display: flex; gap: 8px; }
.cookie-consent__actions button {
  min-width: 88px;
  padding: 9px 12px;
  border: 1px solid rgba(142, 227, 213, .55);
  border-radius: 8px;
  background: transparent;
  color: #f2fbf9;
  cursor: pointer;
  font: 800 .74rem/1 "Aptos", "Segoe UI Variable", "Segoe UI", sans-serif;
}
.cookie-consent__actions button:hover,
.cookie-consent__actions button:focus-visible { border-color: #8ee3d5; background: rgba(142, 227, 213, .12); }
.cookie-consent__status { grid-column: 1 / -1; margin: -3px 0 0; color: #a9bfbb; font-size: .7rem; }

@media (max-width: 620px) {
  .cookie-consent { right: 10px; bottom: 10px; width: calc(100vw - 20px); padding: 15px; }
  .cookie-consent__content { grid-template-columns: 1fr; gap: 12px; }
  .cookie-consent__actions button { flex: 1; }
}
