:root{--ps-green:#087f6b;--ps-blue:#06459a;--ps-ink:#17332d;--ps-muted:#667773;--ps-bg:#f5f8f7;--ps-border:#dfe9e5}
*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:var(--ps-bg);color:var(--ps-ink);line-height:1.65}.legal-top{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--ps-border)}.legal-nav{width:min(1120px,94%);margin:auto;min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:18px}.legal-brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--ps-ink);font-weight:800}.legal-brand img{width:150px;height:auto;max-height:48px;object-fit:contain}.legal-links{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.legal-links a{padding:7px 10px;border-radius:9px;color:#52625e;text-decoration:none;font-size:14px}.legal-links a:hover,.legal-links a.active{background:#eaf5f1;color:var(--ps-green);font-weight:700}.legal-wrap{width:min(980px,94%);margin:36px auto 60px}.legal-hero{background:linear-gradient(135deg,#e7f5f1,#edf4fb);border:1px solid var(--ps-border);border-radius:20px;padding:34px 32px;margin-bottom:18px}.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:800;color:var(--ps-green)}h1{font-size:clamp(30px,5vw,46px);line-height:1.12;margin:7px 0 10px}h2{font-size:24px;line-height:1.25;margin:28px 0 9px}h3{font-size:18px;margin:22px 0 7px}.muted{color:var(--ps-muted)}.updated{font-size:13px;color:#71807c}.legal-card{background:#fff;border:1px solid var(--ps-border);border-radius:18px;padding:28px 30px;margin:16px 0;box-shadow:0 5px 20px rgba(20,55,47,.035)}.legal-card:first-child{margin-top:0}.legal-card p{margin:8px 0 13px}.legal-card ul,.legal-card ol{padding-left:23px}.legal-card li{margin:6px 0}.notice{background:#f3f8f6;border-left:4px solid var(--ps-green);padding:13px 16px;border-radius:8px;margin:14px 0}.warning{background:#fff8e8;border-left:4px solid #c58a00;padding:13px 16px;border-radius:8px;margin:14px 0}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.mini{border:1px solid var(--ps-border);border-radius:13px;padding:16px;background:#fbfdfc}.mini h3{margin-top:0}.legal-footer{border-top:1px solid var(--ps-border);background:#fff;padding:28px 0}.legal-footer-inner{width:min(980px,94%);margin:auto;display:flex;justify-content:space-between;gap:15px;flex-wrap:wrap;font-size:13px;color:#71807c}.legal-footer a{color:#52625e;text-decoration:none}.legal-footer a:hover{color:var(--ps-green)}.button{display:inline-block;text-decoration:none;padding:10px 15px;border-radius:10px;font-weight:700}.button.primary{background:var(--ps-green);color:#fff}.button.secondary{border:1px solid var(--ps-border);background:#fff;color:var(--ps-ink)}.contact-box{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.contact-item{border:1px solid var(--ps-border);border-radius:14px;padding:18px;background:#fbfdfc}.contact-item strong{display:block;margin-bottom:3px}.contact-item a{color:var(--ps-green);word-break:break-word}@media(max-width:720px){.legal-nav{align-items:flex-start;padding:10px 0;flex-direction:column}.legal-links{justify-content:flex-start}.legal-brand img{width:170px;max-height:52px}.legal-wrap{margin-top:20px}.legal-hero,.legal-card{padding:22px 19px}.grid,.contact-box{grid-template-columns:1fr}.legal-footer-inner{display:block}.legal-footer-inner>*{margin:6px 0}}
