.legal-page{flex-direction:column;min-height:100vh;display:flex}html[lang=ar] [data-lang-block=en],html[lang=en] [data-lang-block=ar]{display:none}.legal-hero{color:var(--on-band);background:radial-gradient(45% 80% at 90% 10%,#f7c94833,#0000 70%),linear-gradient(160deg,#2f8a67 0%,#12503f 34%,#0a3228 70%,#061f18 100%);padding-block:clamp(44px,7vw,88px) clamp(36px,5vw,64px);overflow:clip}.legal-hero .container{gap:12px;display:grid}.legal-hero .eyebrow{color:var(--gold)}.legal-hero h1{letter-spacing:-.03em;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:800;line-height:1.08}html[lang=ar] .legal-hero h1{letter-spacing:0;line-height:1.35}.legal-hero-lede{max-width:62ch;color:var(--on-band-muted);font-size:1.1rem}.legal-updated{color:var(--on-band-muted);font-size:.9rem}.legal-layout{grid-template-columns:minmax(200px,260px) minmax(0,1fr);align-items:start;gap:clamp(28px,5vw,72px);padding-block:clamp(40px,6vw,72px) clamp(64px,8vw,104px);display:grid}.legal-toc{top:calc(env(safe-area-inset-top,0px) + 92px);border-radius:var(--radius);background:var(--surface);border:1px solid var(--line);padding:20px;position:sticky}.legal-toc h2{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:10px;font-size:.8rem;font-weight:700}html[lang=ar] .legal-toc h2{letter-spacing:0;font-size:.9rem}.legal-toc ol{gap:2px;margin:0;padding:0;list-style:none;display:grid}.legal-toc a{color:var(--ink-2);border-radius:10px;padding:7px 10px;font-size:.92rem;line-height:1.35;text-decoration:none;transition:background-color .2s,color .2s;display:block}.legal-toc a:hover{background:var(--surface-soft)}.legal-toc a.is-current{background:var(--brand-soft);color:var(--brand-ink);font-weight:700}.legal-body{max-width:74ch;font-size:1.04rem;line-height:1.75}.legal-body>*+*{margin-top:1em}.legal-body .lede{color:var(--ink-2);font-size:1.2rem;line-height:1.6}.legal-body h2{border-top:1px solid var(--line);letter-spacing:-.015em;margin-top:2.2em;padding-top:1.2em;font-size:clamp(1.4rem,2.2vw,1.75rem);font-weight:800;line-height:1.3}html[lang=ar] .legal-body h2{letter-spacing:0}.legal-body h2:first-of-type{margin-top:1.4em}.legal-body h3{margin-top:1.6em;font-size:1.12rem;font-weight:700}.legal-body ul,.legal-body ol{padding-inline-start:1.3em}.legal-body li+li{margin-top:.4em}.legal-body li::marker{color:var(--brand)}.legal-body a{color:var(--brand);text-underline-offset:3px;font-weight:600}.legal-body strong{color:var(--ink);font-weight:700}.note{border-radius:var(--radius-sm);background:var(--gold-soft);border-inline-start:4px solid var(--gold);color:var(--ink-2);padding:16px 18px}.table-wrap{border:1px solid var(--line);border-radius:var(--radius-sm);overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:620px;font-size:.93rem;line-height:1.5}.data-table th,.data-table td{text-align:start;vertical-align:top;border-bottom:1px solid var(--line);padding:12px 14px}.data-table thead th{background:var(--surface-soft);color:var(--ink-2);font-weight:700}.data-table tbody tr:last-child td{border-bottom:none}.steps{counter-reset:step;gap:12px;display:grid}.step{border-radius:var(--radius);background:var(--surface);border:1px solid var(--line);counter-increment:step;padding:18px 20px;padding-inline-start:72px;position:relative}.step:before{content:counter(step);inset-inline-start:18px;background:var(--band-2);width:38px;height:38px;color:var(--gold);font-weight:800;font-family:var(--font-en);border-radius:12px;place-items:center;display:grid;position:absolute;top:18px}.step h3{margin-top:0}.step p{color:var(--muted);margin-top:4px}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.contact-card{border-radius:var(--radius);background:var(--surface);border:1px solid var(--line);padding:18px 20px}.contact-card h3{color:var(--muted);margin-top:0;font-size:.95rem;font-weight:700}.contact-card p{color:var(--ink);overflow-wrap:anywhere;margin-top:4px;font-weight:700}.legal-body details{border-bottom:1px solid var(--line)}.legal-body details summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding-block:16px;font-weight:700;list-style:none;display:flex}.legal-body details summary::-webkit-details-marker{display:none}.legal-body details summary:after{content:"";background:var(--brand-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23004F3E' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M12 6v12M6 12h12'/%3E%3C/svg%3E") center / 14px no-repeat;width:26px;height:26px;transition:rotate .3s var(--ease-out);border-radius:50%;flex-shrink:0}.legal-body details[open] summary:after{rotate:45deg}.legal-body details>:not(summary){color:var(--muted);padding-bottom:16px}.legal-body details::details-content{height:0;transition:height .35s var(--ease-out), content-visibility .35s allow-discrete;overflow:clip}.legal-body details[open]::details-content{height:auto}.notfound{text-align:center;place-items:center;gap:16px;padding-block:clamp(64px,12vw,140px);display:grid}.notfound .coin-mark{width:110px}.notfound h1{font-size:clamp(2rem,5vw,3rem);font-weight:800}.notfound p{color:var(--muted)}.notfound .actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.btn-outline{border-color:var(--line);background:var(--surface);color:var(--ink)}@media (width<=900px){.legal-layout{grid-template-columns:1fr}.legal-toc{position:static}}
