.legal-page{min-height:100vh;padding:8rem 0 5rem;background:linear-gradient(135deg,var(--bg) 0,var(--bg2) 50%,var(--bg) 100%);position:relative}.legal-page:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(230,51,41,.08) 0,transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.legal-container{display:grid;grid-template-columns:1fr 3fr;grid-gap:3rem;gap:3rem;width:100%;position:relative;z-index:1}@media (max-width:1024px){.legal-container{grid-template-columns:1fr}}.legal-toc{position:-webkit-sticky;position:sticky;top:120px;height:-moz-fit-content;height:fit-content;background:hsla(0,0%,7%,.6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:8px;padding:1.5rem;font-size:.9rem}.legal-toc h3{color:var(--red);font-weight:700;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem}.legal-toc ul{list-style:none}.legal-toc li{margin-bottom:.75rem}.legal-toc a{color:hsla(0,0%,100%,.7);transition:color .2s,padding-left .2s;display:block;padding-left:0}.legal-toc a.active,.legal-toc a:hover{color:var(--red);padding-left:.5rem}.legal-content{max-width:900px}.legal-content h1{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,4rem);color:var(--white);margin-bottom:.5rem;letter-spacing:.02em;position:relative;display:inline-block}.legal-content h1:after{content:"";position:absolute;bottom:-8px;left:0;width:60px;height:4px;background:linear-gradient(90deg,var(--red) 0,transparent 100%);border-radius:2px}.legal-updated{color:var(--muted);font-size:.85rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.75rem}.legal-updated:before{content:"📅";font-size:1rem}.legal-content h2{font-size:1.2rem;font-weight:700;color:var(--white);letter-spacing:.03em;margin:3rem 0 1.25rem;border-left:3px solid var(--red);padding:1rem 0 .5rem 1rem;scroll-margin-top:120px}.legal-content h2 span{color:var(--red);font-weight:800}.legal-content p{color:hsla(0,0%,100%,.8);font-size:.95rem;line-height:1.85;margin-bottom:1.25rem}.legal-content ul{list-style:none;margin-bottom:1.5rem;padding-left:1rem}.legal-content ul li{color:hsla(0,0%,100%,.8);font-size:.95rem;line-height:1.85;padding-left:1.5rem;position:relative;margin-bottom:.7rem}.legal-content ul li:before{content:"";position:absolute;left:.25rem;top:.45rem;width:6px;height:6px;background:var(--red);border-radius:50%;opacity:.8}.legal-content a{color:var(--red);text-decoration:none;border-bottom:1px solid transparent;transition:color .2s,border-color .2s}.legal-content a:hover{color:#ff6b5b;border-bottom-color:var(--red)}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:44px;height:44px;background:var(--red);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.25rem;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s,transform .3s;z-index:100;box-shadow:0 4px 12px rgba(230,51,41,.4)}.scroll-to-top:hover{background:#c0291f;transform:translateY(-4px);box-shadow:0 6px 20px rgba(230,51,41,.6)}.scroll-to-top.visible{opacity:1;visibility:visible}@media (max-width:768px){.scroll-to-top{bottom:1.5rem;right:1.5rem;width:40px;height:40px;font-size:1rem}.legal-toc{position:static;margin-bottom:2rem}}