/* Общий стиль юридических страниц Slowlane — спокойный, читаемый документ. */
:root {
  --bg: #08080d; --ink: #e9e6df; --muted: #a8a4b6; --border: rgba(255,255,255,0.1);
  --amber: #ffb86b; --violet: #8b6dff;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background:
    radial-gradient(60% 40% at 80% -10%, rgba(139,109,255,0.16), transparent 70%),
    linear-gradient(180deg, #0d0c15, #08080d);
  background-attachment: fixed;
  color: var(--ink);
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
.doc { max-width: 800px; margin: 0 auto; padding: clamp(28px, 6vw, 64px) clamp(20px, 5vw, 40px) 100px; }
.back { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-weight: 600; font-size: 0.92rem; margin-bottom: 36px; text-decoration: none; transition: color 0.2s; }
.back:hover { color: var(--ink); }
.brand { font-family: "Unbounded", sans-serif; font-weight: 700; }
h1 { font-family: "Unbounded", sans-serif; font-weight: 700; font-size: clamp(1.7rem, 4vw, 2.4rem); letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 10px; }
.updated { color: var(--muted); font-size: 0.9rem; margin-bottom: 40px; }
h2 { font-size: 1.25rem; font-weight: 700; margin: 40px 0 12px; letter-spacing: -0.01em; }
p, li { color: #cfccd9; margin-bottom: 12px; }
ul, ol { padding-left: 22px; margin-bottom: 12px; }
li { margin-bottom: 6px; }
a { color: var(--amber); }
strong { color: var(--ink); }
.note { border: 1px solid var(--border); border-left: 3px solid var(--amber); border-radius: 10px; padding: 16px 18px; margin: 24px 0; color: var(--muted); font-size: 0.95rem; background: rgba(255,255,255,0.03); }
.ph { color: var(--amber); background: rgba(255,184,107,0.1); padding: 1px 6px; border-radius: 5px; font-weight: 600; }
hr { border: none; border-top: 1px solid var(--border); margin: 40px 0; }
.req-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.req-table td { padding: 12px 14px; border: 1px solid var(--border); vertical-align: top; }
.req-table td:first-child { color: var(--muted); width: 38%; font-weight: 600; }
footer.lf { max-width: 800px; margin: 0 auto; padding: 30px clamp(20px,5vw,40px); border-top: 1px solid var(--border); color: var(--muted); font-size: 0.85rem; }
footer.lf a { color: var(--muted); }
