:root{color-scheme:dark;--bg:#030303;--text:#f4f4f2;--muted:#aaa8ae;--accent:#e51b2a}
*{box-sizing:border-box}
body{margin:0;background:radial-gradient(ellipse at 5% 20%,#211014 0,transparent 38%),var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif}
a{color:inherit;text-underline-offset:3px}
a:focus-visible{outline:2px solid #fff;outline-offset:4px}
.privacy-header{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px clamp(22px,5vw,96px)}
.privacy-header img{display:block;width:208px;height:90px;object-fit:contain}
.privacy-header>a:last-child{color:#c7c7cc;text-decoration:none;font-size:12px;font-weight:600}
.privacy-layout{width:min(1320px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(260px,.65fr) minmax(520px,1.35fr);gap:clamp(48px,7vw,110px);align-items:start;padding:56px 28px 100px}
.privacy-title{position:sticky;top:40px}
.privacy-title>p:first-child{margin:0 0 24px;color:#c1a0a5;text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:.19em}
h1{font-family:Rajdhani,Inter,sans-serif;font-size:clamp(58px,6.5vw,98px);line-height:.86;letter-spacing:-.045em;margin:0}
h1 span{color:var(--accent)}
.title-rule{width:76px;height:3px;background:var(--accent);margin:34px 0}
.version{color:#8e8c94;font-size:11px;letter-spacing:.08em}
.privacy-document{padding:clamp(24px,4vw,54px);border:1px solid #2d2a2d;border-top:2px solid var(--accent);border-radius:8px;background:linear-gradient(145deg,#141416,#09090a);box-shadow:0 20px 80px #0005}
.draft-warning{padding:18px;border:1px solid #755d2e;background:#bd821416;color:#e9d6ae;font-size:12px;line-height:1.75;margin-bottom:30px}
.draft-warning strong{display:block;color:#ffe8b8;margin-bottom:4px}
.lead{font-size:14px;line-height:1.8;color:#c5c3c8;margin:0 0 32px}
section{padding:26px 0;border-top:1px solid #29272c}
section:last-child{padding-bottom:0}
h2{font-family:Rajdhani,Inter,sans-serif;font-size:25px;line-height:1.1;margin:0 0 14px}
section p,li{color:var(--muted);font-size:13px;line-height:1.85}
section p{margin:10px 0}
ul{padding-left:20px;margin:10px 0}
li+li{margin-top:5px}
footer{display:flex;justify-content:space-between;gap:20px;margin:0 clamp(22px,5vw,96px);padding:24px 0;border-top:1px solid #242125;color:#8c8991;font-size:10px}
@media(max-width:850px){.privacy-header{min-height:84px}.privacy-header img{width:160px;height:66px}.privacy-layout{grid-template-columns:1fr;max-width:760px;padding-top:24px;gap:30px}.privacy-title{position:static}.privacy-title h1{font-size:58px}.privacy-document{padding:24px}}
@media(max-width:480px){.privacy-header{padding:10px 16px}.privacy-header img{width:138px}.privacy-header>a:last-child{font-size:10px}.privacy-layout{padding-left:16px;padding-right:16px}.privacy-title h1{font-size:49px}.privacy-document{padding:20px}footer{margin-left:16px;margin-right:16px;flex-direction:column}}
