:root { --ink:#2d2930; --muted:#6e6871; --line:#dedbe0; --mist:#f3f3f5; --blue:#0b74bb; font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif; color:var(--ink); background:#fff; }
* { box-sizing:border-box; }
body { margin:0; min-width:320px; }
a { color:inherit; }
.legal-header { height:78px; border-bottom:1px solid var(--line); display:flex; align-items:center; justify-content:space-between; padding:0 max(24px,calc((100vw - 980px)/2)); background:#fff; }
.legal-brand { display:flex; align-items:center; gap:13px; text-decoration:none; font-weight:750; }
.legal-mark { width:39px; height:39px; display:grid; place-items:center; border:1px solid var(--ink); font-family:Georgia,serif; font-size:14px; }
.back-link { font-size:12px; font-weight:700; text-underline-offset:4px; }
.legal-main { width:min(900px,calc(100% - 40px)); margin:0 auto; padding:82px 0 100px; }
.legal-main h1 { max-width:820px; margin:0 0 20px; font-family:"Iowan Old Style",Baskerville,Georgia,serif; font-size:clamp(42px,6vw,68px); line-height:1.02; font-weight:400; letter-spacing:-.04em; }
.updated { margin:0 0 56px; color:var(--muted); font-size:12px; }
.lead { max-width:760px; margin-bottom:54px; padding:24px 26px; background:var(--mist); border-left:3px solid var(--blue); font-size:16px; line-height:1.65; }
.legal-section { display:grid; grid-template-columns:42px 1fr; gap:24px; padding:34px 0; border-top:1px solid var(--line); }
.legal-section > span { color:var(--blue); font-size:11px; font-weight:800; padding-top:5px; }
.legal-section h2 { margin:0 0 18px; font-family:Georgia,serif; font-size:27px; font-weight:400; }
.legal-section p,.legal-section li { color:#4f4952; font-size:15px; line-height:1.72; }
.legal-section p { margin:0 0 12px; }
.legal-section ul { margin:12px 0 0; padding-left:20px; }
.legal-section li + li { margin-top:8px; }
.operator { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1px; background:var(--line); border:1px solid var(--line); }
.operator div { padding:16px 18px; background:#fff; }
.operator small,.operator strong { display:block; }
.operator small { margin-bottom:5px; color:var(--muted); font-size:10px; text-transform:uppercase; letter-spacing:.08em; }
.operator strong { font-size:13px; line-height:1.5; }
.legal-footer { background:#1d1a1f; color:#fff; padding:40px max(20px,calc((100vw - 980px)/2)); }
.legal-footer p { margin:0; color:rgba(255,255,255,.55); font-size:11px; line-height:1.7; }
.legal-footer nav { display:flex; flex-wrap:wrap; gap:12px 24px; margin-top:20px; font-size:11px; }
@media(max-width:640px){.legal-header{height:70px;padding-inline:20px}.legal-main{padding-top:54px}.legal-main h1{font-size:42px}.legal-section{grid-template-columns:1fr;gap:10px}.operator{grid-template-columns:1fr}.back-link{font-size:0}.back-link::after{content:"На сайт";font-size:12px}}
