*{box-sizing:border-box;margin:0;padding:0}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background:#f7f8fa;color:#1a1a2e;line-height:1.7;font-size:15px}
a{color:#2e7d32;text-decoration:none}
a:hover{text-decoration:underline}

.top-bar{background:#0f1923;padding:14px 24px;display:flex;align-items:center;gap:16px}
.top-bar-logo{font-size:16px;font-weight:800;color:#fff;text-decoration:none;white-space:nowrap}
.top-bar-logo span{color:#4caf50}
.top-bar-back{font-size:13px;color:rgba(255,255,255,.5);text-decoration:none;transition:color .2s}
.top-bar-back:hover{color:#fff;text-decoration:none}
.top-bar-sep{color:rgba(255,255,255,.2)}

.wrap{max-width:860px;margin:0 auto;padding:48px 24px 80px}

.doc-header{text-align:center;margin-bottom:48px}
.doc-header h1{font-size:28px;font-weight:800;color:#0f1923;margin-bottom:8px;line-height:1.25}
.doc-header .subtitle{font-size:14px;color:#666;margin-bottom:16px}
.doc-header .dates{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;font-size:13px;color:#888;margin-top:8px}
.doc-header .dates span{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:4px 12px}

h2{font-size:18px;font-weight:700;color:#0f1923;margin:40px 0 14px;padding-bottom:8px;border-bottom:2px solid #4caf50}
h3{font-size:15px;font-weight:700;color:#0f1923;margin:24px 0 8px}

p{margin-bottom:12px}
ul,ol{margin:10px 0 14px 24px}
li{margin-bottom:6px}

strong{color:#0f1923}

.term{background:#fff;border:1px solid #e8eaf0;border-radius:10px;padding:16px 20px;margin-bottom:10px}
.term strong{display:block;font-size:14px;color:#0f1923;margin-bottom:4px}
.term span{font-size:13px;color:#555}

table.requisites{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden;border:1px solid #e0e0e0;margin:12px 0}
table.requisites td{padding:10px 16px;font-size:14px;border-bottom:1px solid #f0f0f0;vertical-align:top}
table.requisites td:first-child{color:#666;white-space:nowrap;width:240px}
table.requisites tr:last-child td{border-bottom:none}

.notice{background:#e8f5e9;border-left:4px solid #4caf50;border-radius:0 8px 8px 0;padding:14px 18px;margin:20px 0;font-size:14px}
.notice.warn{background:#fff8e1;border-color:#ffc107}
.notice.info{background:#e3f2fd;border-color:#1976d2}

.section-num{color:#4caf50;font-weight:700;margin-right:4px}

.toc{background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:20px 24px;margin-bottom:36px}
.toc h3{font-size:13px;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.8px;margin:0 0 12px}
.toc ol{margin:0 0 0 20px}
.toc li{font-size:14px;margin-bottom:4px}
.toc a{color:#2e7d32}

.consent-sample{background:#fff;border:2px dashed #4caf50;border-radius:12px;padding:20px 22px;margin:18px 0;font-size:14px;line-height:1.65}
.consent-sample strong{display:block;color:#1a4d1a;margin-bottom:8px;font-size:13px;text-transform:uppercase;letter-spacing:.5px}

footer.doc-footer{margin-top:60px;padding:24px;border-top:1px solid #e0e0e0;font-size:13px;color:#999;text-align:center}
footer.doc-footer a{color:#2e7d32;margin:0 4px}

@media(max-width:600px){
  .wrap{padding:24px 16px 60px}
  .doc-header h1{font-size:22px}
  table.requisites td:first-child{width:140px;font-size:12px}
  table.requisites td{font-size:13px;padding:8px 12px}
}
