:root{color-scheme:light;--ink:#17303c;--muted:#667983;--paper:#f7f4ec;--card:#fff;--accent:#2f684e;--line:#dce4df}
*{box-sizing:border-box}body{margin:0;font-family:'DM Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--ink);background:linear-gradient(180deg,#edf4f0 0,#f7f4ec 42%,#fff 100%);line-height:1.65}.legal-header{padding:22px clamp(20px,5vw,70px);display:flex;align-items:center;justify-content:space-between;gap:20px}.legal-brand{display:flex;align-items:center;gap:12px;color:var(--ink);text-decoration:none;font-weight:700}.legal-brand img{width:52px;height:52px;object-fit:contain}.legal-back{color:var(--accent);text-decoration:none;font-weight:700}.legal-main{width:min(920px,calc(100% - 32px));margin:18px auto 64px;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:26px;padding:clamp(26px,5vw,58px);box-shadow:0 24px 70px rgba(31,63,52,.10)}.legal-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:800;color:var(--accent)}h1,h2{font-family:'Playfair Display',Georgia,serif;line-height:1.15}h1{font-size:clamp(2.1rem,6vw,4.2rem);margin:.25em 0 .25em}h2{font-size:1.55rem;margin-top:2rem}.legal-lead{font-size:1.08rem;color:#4d626c}.legal-meta{display:inline-flex;gap:8px;flex-wrap:wrap;padding:8px 12px;border-radius:999px;background:#edf5f0;color:#496258;font-size:.88rem}.legal-section{padding-top:.15rem}.legal-section ul{padding-left:1.3rem}.legal-note{margin:22px 0;padding:18px 20px;border-left:4px solid var(--accent);background:#f0f7f3;border-radius:0 14px 14px 0}.legal-actions{display:flex;flex-wrap:wrap;gap:12px;margin:24px 0}.legal-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:999px;background:var(--accent);color:#fff;text-decoration:none;font-weight:800}.legal-button--secondary{background:#e9f0ec;color:var(--ink)}.legal-footer{width:min(920px,calc(100% - 32px));margin:0 auto 38px;text-align:center;color:var(--muted);font-size:.88rem}.legal-footer a{color:inherit}.steps{counter-reset:step;list-style:none;padding:0}.steps li{counter-increment:step;position:relative;padding:0 0 18px 52px}.steps li:before{content:counter(step);position:absolute;left:0;top:0;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-weight:800}@media(max-width:600px){.legal-header{align-items:flex-start}.legal-brand span{display:none}.legal-main{border-radius:20px}.legal-back{font-size:.9rem}}
