:root {
  --bg: #030713;
  --surface: rgba(11,18,39,.76);
  --surface-strong: rgba(7,12,29,.96);
  --text: #f7f8fc;
  --muted: #a7b2c5;
  --line: rgba(255,255,255,.11);
  --gold: #eac266;
  --gold-light: #ffe7a5;
  --accent: #62dff7;
  --max: 1120px;
  --ease: cubic-bezier(.2,.75,.25,1);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;min-width:320px;color:var(--text);background:radial-gradient(circle at 15% 10%,rgba(98,223,247,.09),transparent 29%),radial-gradient(circle at 89% 24%,rgba(234,194,102,.08),transparent 26%),var(--bg);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;line-height:1.68;-webkit-font-smoothing:antialiased}
a{color:inherit}img,svg{display:block;max-width:100%}:focus-visible{outline:3px solid var(--accent);outline-offset:4px}
.skip-link{position:fixed;z-index:1000;top:12px;left:12px;padding:.75rem 1rem;transform:translateY(-160%);border-radius:11px;color:#050816;background:var(--gold-light);font-weight:850;text-decoration:none}.skip-link:focus{transform:none}
.legal-header{position:sticky;z-index:100;top:0;border-bottom:1px solid var(--line);background:rgba(3,7,19,.84);backdrop-filter:blur(22px) saturate(130%)}
.legal-header__inner{width:min(calc(100% - 40px),var(--max));height:78px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{width:132px;height:62px;display:grid;place-items:center}.brand img{width:132px;height:62px;object-fit:contain}.legal-header nav{display:flex;align-items:center;gap:9px}.legal-header nav a{min-height:42px;padding:0 14px;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.74rem;font-weight:800;text-decoration:none}.legal-header nav a:hover{color:var(--text);border-color:rgba(234,194,102,.42)}
.legal-hero{width:min(calc(100% - 40px),var(--max));margin:auto;padding:clamp(80px,11vw,145px) 0 62px}.eyebrow{display:flex;align-items:center;gap:11px;margin:0 0 18px;color:var(--gold);font-size:.66rem;font-weight:950;letter-spacing:.18em;text-transform:uppercase}.eyebrow::before{content:"";width:32px;height:1px;background:linear-gradient(90deg,var(--gold),transparent)}h1,h2{font-family:"Arial Narrow","Helvetica Neue",Arial,sans-serif;letter-spacing:-.05em;line-height:.96}h1{max-width:900px;margin:0;font-size:clamp(3.3rem,8vw,7.4rem)}.legal-hero>p:not(.eyebrow){max-width:760px;margin:26px 0 0;color:var(--muted);font-size:clamp(1rem,1.5vw,1.18rem)}.legal-meta{margin-top:31px;display:flex;flex-wrap:wrap;gap:8px}.legal-meta span{padding:7px 11px;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:.7rem;font-weight:750}.legal-note{width:min(calc(100% - 40px),var(--max));margin:0 auto 26px;padding:18px 20px;display:flex;gap:14px;border:1px solid rgba(234,194,102,.28);border-radius:18px;color:var(--gold-light);background:rgba(234,194,102,.055);font-size:.78rem}.legal-note strong{white-space:nowrap}
.legal-layout{width:min(calc(100% - 40px),var(--max));margin:0 auto clamp(90px,11vw,150px);display:grid;grid-template-columns:250px minmax(0,1fr);gap:clamp(40px,7vw,90px);align-items:start}.legal-toc{position:sticky;top:108px;padding:20px;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.02)}.legal-toc>span{display:block;margin-bottom:12px;color:var(--gold);font-size:.62rem;font-weight:950;letter-spacing:.16em}.legal-toc a{display:block;padding:9px 10px;border-radius:10px;color:var(--muted);font-size:.75rem;text-decoration:none}.legal-toc a:hover{color:var(--text);background:rgba(98,223,247,.065)}.legal-content{display:grid;gap:14px}.legal-section{padding:clamp(25px,4vw,43px);border:1px solid var(--line);border-radius:25px;background:linear-gradient(145deg,rgba(255,255,255,.034),rgba(255,255,255,.012));box-shadow:0 22px 70px rgba(0,0,0,.14);scroll-margin-top:105px}.legal-section h2{margin:0;font-size:clamp(2rem,4vw,3.7rem)}.legal-section h3{margin:25px 0 8px;font-size:1.05rem}.legal-section p,.legal-section li{color:var(--muted);font-size:.88rem}.legal-section p:last-child{margin-bottom:0}.legal-section ul{margin:15px 0 0;padding-left:20px}.legal-section li+li{margin-top:8px}.legal-section a{color:var(--gold-light)}.legal-contact{margin-top:25px;padding:18px;border:1px solid rgba(98,223,247,.2);border-radius:16px;background:rgba(98,223,247,.045)}
.legal-footer{border-top:1px solid var(--line);background:rgba(1,3,10,.35)}.legal-footer__inner{width:min(calc(100% - 40px),var(--max));min-height:240px;margin:auto;padding:42px 0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:19px;text-align:center}.legal-footer img{width:150px;height:74px;object-fit:contain}.legal-footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 22px}.legal-footer nav a{color:var(--muted);font-size:.74rem;font-weight:750;text-decoration:none}.legal-footer nav a:hover{color:var(--gold)}.legal-footer p{margin:0;color:var(--muted);font-size:.7rem}
@media(max-width:820px){.legal-header__inner{width:calc(100% - 28px)}.legal-header nav a:first-child{display:none}.legal-layout{grid-template-columns:1fr}.legal-toc{position:static;display:none}.legal-note{align-items:flex-start;flex-direction:column}.legal-note strong{white-space:normal}}
@media(max-width:520px){.legal-header__inner,.legal-hero,.legal-layout,.legal-note,.legal-footer__inner{width:calc(100% - 28px)}.brand{width:108px}.brand img{width:108px}.legal-header nav a{padding:0 11px}.legal-section{padding:24px 20px}.legal-hero{padding-top:65px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
