/* Zanaves — общий стиль правового центра (/legal/*).
   Дизайн-система лендинга: Manrope, тёмная тема. См. documents/BRAND.md. */
:root {
  --bg: #04141a;
  --surface: rgba(7, 26, 31, .72);
  --stroke: rgba(20, 70, 75, .55);
  --stroke-soft: rgba(20, 70, 75, .35);
  --acc: #2dd4c4;
  --acc-soft: rgba(45, 212, 196, .12);
  --acc-line: rgba(45, 212, 196, .3);
  --ink: #eafbf8;
  --ink-2: #bfe6e0;
  --ink-3: #86a8a6;
  --ink-4: #5a7674;
  --ok: #6fcf97;
  --r-btn: 14px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
::selection { background: rgba(45, 212, 196, .35); }
a { color: #6fded2; }

.shell { width: 100%; max-width: 860px; margin: 0 auto; padding: 0 clamp(20px, 4vw, 48px); }

/* ── Шапка ── */
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; padding: 28px 0 16px;
}
.nav__logo svg { height: 36px; width: auto; display: block; }
.btn-back {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 22px; border-radius: var(--r-btn);
  border: 1px solid var(--stroke); background: rgba(7, 26, 31, .6);
  color: var(--ink-2); font: 700 13.5px/1 "Manrope", sans-serif;
  text-decoration: none; transition: all .2s ease;
}
.btn-back:hover { background: rgba(45, 212, 196, .14); border-color: var(--acc-line); color: var(--ink); }

main { flex: 1; padding: clamp(36px, 6vh, 72px) 0 clamp(56px, 8vh, 96px); }

.tag {
  display: inline-flex; padding: 6px 14px; border-radius: 999px;
  background: var(--acc-soft); border: 1px solid var(--acc-line);
  color: var(--ink-2); font-size: 11px; font-weight: 800;
  text-transform: uppercase; letter-spacing: .14em; margin-bottom: 18px;
}
h1 {
  font-size: clamp(28px, 4vw, 40px); font-weight: 800;
  letter-spacing: -.02em; line-height: 1.12; margin-bottom: 10px;
}
.muted { font-size: 13px; font-weight: 600; color: var(--ink-4); margin-bottom: 28px; }
.lead { font-size: 15px; font-weight: 500; line-height: 1.7; color: var(--ink-2); margin-bottom: 28px; }

/* ── Текст политик ── */
.prose { max-width: 760px; }
.prose > p { font-size: 14.5px; font-weight: 500; line-height: 1.7; color: var(--ink-3); margin-bottom: 14px; }
.prose h2 { font-size: 17px; font-weight: 800; letter-spacing: -.01em; color: var(--ink); margin: 28px 0 8px; }
.prose h3 { font-size: 14.5px; font-weight: 800; color: var(--ink-2); margin: 18px 0 6px; }
.prose ul, .prose ol { margin: 6px 0 14px; padding-left: 22px; }
.prose li { font-size: 14.5px; font-weight: 500; line-height: 1.65; color: var(--ink-3); margin-bottom: 5px; }
.prose strong { color: var(--ink-2); }
.prose .caps { text-transform: none; }
.callout {
  border: 1px solid var(--acc-line); background: var(--acc-soft);
  border-radius: 12px; padding: 14px 18px; margin: 16px 0;
  font-size: 13.5px; line-height: 1.65; color: var(--ink-2);
}

.divider { border: none; border-top: 1px solid var(--stroke-soft); margin: 44px 0; }
.en-note { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-4); margin-bottom: 18px; }

/* ── Хаб /legal ── */
.legal-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 16px; margin: 8px 0 36px; }
.legal-card {
  display: block; text-decoration: none; padding: 20px 22px;
  border: 1px solid var(--stroke); border-radius: 16px;
  background: var(--surface); transition: all .2s ease;
}
.legal-card:hover { border-color: var(--acc-line); background: rgba(45, 212, 196, .08); transform: translateY(-2px); }
.legal-card__title { font-size: 16px; font-weight: 800; color: var(--ink); margin-bottom: 6px; }
.legal-card__desc { font-size: 13px; font-weight: 500; line-height: 1.55; color: var(--ink-3); }

/* ── Блок прозрачности ── */
.transparency { border: 1px solid var(--stroke); border-radius: 16px; padding: 22px 24px; margin: 8px 0 28px; background: var(--surface); }
.transparency h2 { font-size: 16px; font-weight: 800; margin-bottom: 12px; color: var(--ink); }
.transparency ul { list-style: none; display: grid; gap: 10px; }
.transparency li { font-size: 13.5px; font-weight: 500; line-height: 1.55; color: var(--ink-3); padding-left: 26px; position: relative; }
.transparency li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 800; }
.canary-badge { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 999px; background: rgba(111, 207, 151, .12); border: 1px solid rgba(111, 207, 151, .4); color: var(--ok); font-size: 13px; font-weight: 800; margin-bottom: 18px; }

/* ── Футер (общий с лендингом, см. footer в index.html) ── */
.footer { border-top: 1px solid var(--stroke-soft); padding: 26px 0 34px; margin-top: auto; }
.footer__row { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer__col { display: flex; flex-direction: column; gap: 9px; }
.footer__col h4 { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--ink-4); margin-bottom: 3px; }
.footer__col a { color: var(--ink-3); text-decoration: none; font-size: 13px; font-weight: 600; transition: color .2s ease; }
.footer__col a:hover { color: var(--ink); }
.footer__legal { font-size: 12px; color: var(--ink-4); font-weight: 500; line-height: 1.6; max-width: 320px; }
