/* Legal pages (privacy/terms/cookies/a11y) + skip link + focus-visible + cookie notice */

.skip-link{position:absolute;top:-48px;right:12px;z-index:9999;background:#0a1929;color:#fff;padding:10px 18px;border-radius:8px;font-family:'Rubik',sans-serif;font-weight:700;text-decoration:none;transition:top .2s}
.skip-link:focus{top:12px}

:focus-visible{outline:3px solid #6EE7FF;outline-offset:2px;border-radius:4px}
.chaos-btn:focus-visible,.btn:focus-visible{outline-offset:4px}

.legal-body header .wrap.nav{justify-content:flex-start}
.legal-page{max-width:780px;margin:0 auto;padding:64px 20px 80px;direction:rtl;text-align:right;font-family:'Heebo',system-ui,sans-serif;line-height:1.8;color:#1f2330;background:#fff}
.legal-page h1{font-family:'Rubik',sans-serif;font-size:2rem;margin-bottom:.4rem;color:#0a1929}
.legal-page h2{font-family:'Rubik',sans-serif;font-size:1.35rem;margin-top:2.2rem;color:#0a1929}
.legal-page h3{font-family:'Rubik',sans-serif;font-size:1.05rem;margin-top:1.6rem;color:#13315C}
.legal-page p{margin:.6rem 0}
.legal-page ul{padding-inline-start:1.4rem;margin:.6rem 0}
.legal-page li{margin:.25rem 0}
.legal-page strong{font-weight:700}
.legal-page hr{border:0;border-top:1px solid #e6e6ea;margin:1.8rem 0}
.legal-page a{color:#2c5cff;text-decoration:underline;text-underline-offset:3px}
.legal-page a:hover{color:#1a3fc7}
@media (max-width:600px){.legal-page{padding:48px 16px 60px}}

.footer-legal{display:flex;flex-wrap:wrap;gap:16px;margin-top:10px;justify-content:center}
.footer-legal a{color:inherit;opacity:.75;text-decoration:none;font-size:13px}
.footer-legal a:hover{opacity:1;text-decoration:underline}

/* Cookie notice (essential-only, notice mode) */
.cookie-notice{position:fixed;inset-inline:0;bottom:0;z-index:9998;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px;background:#0a1929;color:#EAF1FF;padding:14px 20px;font-family:'Heebo',sans-serif;font-size:14px;box-shadow:0 -4px 20px rgba(0,0,0,.25)}
.cookie-notice a{color:#6EE7FF;text-decoration:underline}
.cookie-notice button{background:#00bcd4;color:#0a1929;border:0;border-radius:8px;padding:8px 18px;font-weight:700;font-family:'Rubik',sans-serif;cursor:pointer}
.cookie-notice button:hover{background:#22d3ee}

.consent-field{display:flex;align-items:flex-start;gap:8px;margin:14px 0;font-size:13px;line-height:1.6;color:var(--text2,#5a6478)}
.consent-field input[type=checkbox]{margin-top:3px;width:16px;height:16px;flex:none}
.consent-field a{color:inherit;text-decoration:underline}
