.legal-footer {
  position: relative;
  z-index: 5;
  border-top: 1px solid rgba(137, 190, 223, .18);
  background: linear-gradient(180deg, rgba(2, 8, 15, .98), #01040a);
  color: #9db0ba;
  padding: 34px clamp(20px, 5vw, 76px) 30px;
}
.legal-footer__inner { width: min(1180px, 100%); margin: 0 auto; }
.legal-footer__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 26px; }
.legal-footer__links a, .legal-footer__links button {
  appearance: none; border: 0; background: transparent; color: #d4e1e7; padding: 0; font: inherit;
  font-size: 12px; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; cursor: pointer;
}
.legal-footer__links a:hover, .legal-footer__links button:hover { color: #23c6ff; }
.legal-footer__disclaimer { max-width: 940px; margin: 24px auto 0; color: #718791; font-size: 12px; line-height: 1.7; text-align: center; }
.legal-footer__meta { margin: 14px 0 0; color: #526873; font-size: 11px; letter-spacing: .05em; text-align: center; }
.legal-footer__meta a { color: #8ca4af; text-decoration: none; }
.legal-page { padding: 58px 0 100px; }
.legal-document { max-width: 920px; margin: 0 auto; padding: clamp(28px, 5vw, 58px); border: 1px solid rgba(137,190,223,.18); background: rgba(6,16,21,.78); box-shadow: 0 28px 80px rgba(0,0,0,.3); }
.legal-document__back { display: inline-flex; margin-bottom: 28px; color: #23c6ff; text-decoration: none; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.legal-document h1 { margin: 0 0 12px; font-size: clamp(2rem, 5vw, 4.5rem); line-height: .98; }
.legal-document h2 { margin: 36px 0 12px; color: #dce9ee; font-size: clamp(1.2rem, 2vw, 1.7rem); }
.legal-document p, .legal-document li { color: #9fb1b9; line-height: 1.75; }
.legal-document ul { padding-left: 20px; }
.legal-document .legal-updated { color: #5f7884; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.legal-document .legal-callout { margin-top: 30px; padding: 20px; border-left: 3px solid #23c6ff; background: rgba(35,198,255,.06); }
.cookie-consent { position: fixed; inset: auto 18px 18px; z-index: 1000; display: flex; justify-content: flex-end; pointer-events: none; }
.cookie-consent[hidden] { display: none; }
.cookie-consent__panel { width: min(650px, calc(100vw - 36px)); padding: 24px; border: 1px solid rgba(35,198,255,.36); background: rgba(2,8,15,.97); box-shadow: 0 24px 80px rgba(0,0,0,.62); backdrop-filter: blur(18px); pointer-events: auto; }
.cookie-consent__eyebrow { margin: 0 0 8px; color: #23c6ff; font-size: 10px; letter-spacing: .18em; text-transform: uppercase; }
.cookie-consent h2 { margin: 0; color: #edf7fa; font-size: clamp(1.25rem, 3vw, 1.7rem); }
.cookie-consent p { margin: 12px 0 0; color: #9fb1b9; font-size: 14px; line-height: 1.65; }
.cookie-consent__links { margin-top: 12px; }
.cookie-consent__links a { color: #23c6ff; text-decoration: none; font-size: 12px; }
.cookie-consent__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.cookie-consent__actions button { min-height: 44px; padding: 0 18px; border: 1px solid rgba(35,198,255,.5); background: #23c6ff; color: #01101a; font: inherit; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.cookie-consent__actions button[data-consent-choice="essential"] { background: transparent; color: #dce9ee; border-color: rgba(137,190,223,.32); }
.cookie-consent__actions button:hover { filter: brightness(1.12); }
@media (max-width: 640px) {
  .legal-footer__links { flex-direction: column; align-items: center; gap: 14px; }
  .cookie-consent { inset: auto 10px 10px; }
  .cookie-consent__panel { width: calc(100vw - 20px); padding: 20px; }
  .cookie-consent__actions { flex-direction: column; }
  .cookie-consent__actions button { width: 100%; }
}