:root{--ink:#14211d;--muted:#66736d;--green:#176b4d;--lime:#d9f36a;--cream:#f6f5ed;--line:#dfe4df}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}header{height:76px;display:flex;align-items:center;justify-content:space-between;max-width:980px;margin:auto;padding:0 24px;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:9px;color:var(--ink);font-size:21px;font-weight:850;text-decoration:none}.brand img{width:32px}.brand span{margin-left:-7px;color:var(--green)}header>a:last-child{color:var(--green);font-size:13px;font-weight:750}main{max-width:860px;margin:50px auto;padding:0 24px}.legal-head{margin-bottom:28px;padding:34px;border-radius:18px;background:var(--ink);color:#fff}.legal-head p{margin:0 0 10px;color:var(--lime);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.legal-head h1{margin:0;font:500 clamp(35px,6vw,52px)/1.05 Georgia,serif}.legal-head small{display:block;margin-top:13px;color:#aebdb5}.legal-content{padding:34px;border:1px solid var(--line);border-radius:18px;background:#fff}.legal-content h2{margin:32px 0 10px;font:500 25px Georgia,serif}.legal-content h2:first-child{margin-top:0}.legal-content p,.legal-content li{color:#4f5e57;font-size:14px;line-height:1.7}.legal-content a{color:var(--green);font-weight:700}.legal-content table{width:100%;border-collapse:collapse;font-size:13px}.legal-content th,.legal-content td{padding:11px;border:1px solid var(--line);text-align:left;vertical-align:top}.legal-content th{background:#f3f6f4}.legal-nav{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.legal-nav a{padding:9px 12px;border-radius:8px;background:#e7f1ec;color:var(--green);font-size:12px;font-weight:750;text-decoration:none}footer{max-width:860px;margin:35px auto 0;padding:25px 24px 45px;border-top:1px solid var(--line);color:var(--muted);font-size:11px;line-height:1.6}@media(max-width:600px){.legal-head,.legal-content{padding:23px}.legal-content table{display:block;overflow:auto}}
