/* Legal pages — same tokens and type rhythm as the landing page. */
:root{
  --bg:#0c0d10;
  --bg-soft:#14161b;
  --text:#f2f3f5;
  --muted:#9aa0ab;
  --accent:#35d07f;
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",
              "Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size:17px;line-height:1.5;letter-spacing:-.022em;
  -webkit-font-smoothing:antialiased;
}
.wrap{max-width:660px;margin:0 auto;padding:40px 22px 90px}
h1{
  font-size:clamp(34px,7.5vw,52px);font-weight:700;
  letter-spacing:-.035em;line-height:1.06;margin:16px 0 40px;
}
h2{
  font-size:20px;font-weight:600;letter-spacing:-.02em;
  margin:44px 0 10px;color:var(--text);
}
p{margin:0 0 14px;color:var(--muted)}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
em{color:#c9ced6;font-style:normal;opacity:.9}
