/* Standalone text pages: FAQ, Terms. Loaded after style.css. */

.doc-top{
  position:sticky;top:0;z-index:10;
  background:rgba(10,6,18,.82);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.doc-top__in{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  max-width:calc(900px + var(--pad) * 2);margin:0 auto;
  padding:14px var(--pad);
}
.doc-top .nav__logo-mark{filter:none}

.doc-back{
  display:inline-flex;align-items:center;gap:8px;white-space:nowrap;
  height:38px;padding:0 14px 0 10px;border-radius:12px;
  border:1px solid var(--line);
  font-size:14px;font-weight:500;color:#bdb5cc;
  transition:color .2s,background .2s,border-color .2s;
}
.doc-back svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s var(--ease)}
.doc-back:hover{color:#fff;background:rgba(255,255,255,.06);border-color:var(--line-2)}
.doc-back:hover svg{transform:translateX(-3px)}

.doc{padding:clamp(48px,7vw,88px) 0 clamp(64px,9vw,120px)}
.doc__head{margin-bottom:clamp(36px,5vw,56px)}
.doc__head .eyebrow{margin-bottom:18px}
.doc__title{
  font-family:'Unbounded',sans-serif;font-weight:800;
  font-size:clamp(30px,5vw,54px);line-height:1.05;letter-spacing:-.03em;
}
.doc__lead{margin-top:18px;font-size:16px;color:var(--muted);max-width:62ch}

.legal{max-width:72ch}
.legal h2{
  margin:40px 0 12px;
  font-family:'Unbounded',sans-serif;font-weight:700;
  font-size:19px;letter-spacing:-.01em;
}
.legal h2:first-child{margin-top:0}
.legal p,.legal li{font-size:15.5px;color:var(--muted);text-wrap:pretty}
.legal p + p{margin-top:12px}
.legal ul{margin:12px 0 0 20px;display:grid;gap:8px}
.legal strong{color:var(--fg);font-weight:600}
.legal a{color:var(--brand-2);text-decoration:underline;text-underline-offset:3px}

.doc-foot{border-top:1px solid var(--line);padding:28px 0 36px}
.doc-foot__in{
  display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 24px;
  max-width:calc(900px + var(--pad) * 2);margin:0 auto;padding:0 var(--pad);
  font-size:13px;color:var(--dim);
}
.doc-foot nav{display:flex;flex-wrap:wrap;gap:6px 20px}
.doc-foot a{color:var(--muted);transition:color .2s}
.doc-foot a:hover{color:var(--brand-2)}

@media (max-width:560px){
  .doc-top .nav__logo-text{display:none}
}
