/* Стили страниц оферты и политики. Цвета — как на главной. */
:root{--bg:#FFF9F5;--text:#2C2C3A;--muted:#6B6B7A;--blue-d:#3D7BB8;--line:#F0E4D6}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:Inter,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.65;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}
a{color:var(--blue-d);text-underline-offset:3px}
.doc{max-width:760px;margin:0 auto;padding:40px 24px 80px}
.back{display:inline-block;font-size:14px;text-decoration:none;margin-bottom:28px}
.kicker{font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--blue-d)}
h1{font-size:30px;line-height:1.2;margin:10px 0 8px}
.ed{font-size:14px;color:var(--muted);margin-bottom:32px}
h2{font-size:19px;line-height:1.3;margin:34px 0 12px}
p{margin-bottom:10px}
ul{margin:0 0 12px 20px}
li{margin-bottom:8px}
.req{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 22px;margin-bottom:14px}
.req p{margin-bottom:4px}
.tbl{overflow-x:auto;margin-bottom:14px}
table{width:100%;border-collapse:collapse;background:#fff;font-size:14px;min-width:520px}
th,td{border:1px solid var(--line);padding:10px 12px;text-align:left;vertical-align:top}
th{background:#FFF2E6;font-weight:600}
@media (max-width:600px){.doc{padding:28px 16px 60px}h1{font-size:24px}}
