:root{--green:#235f37;--green-dark:#163f27;--purple:#702474;--cream:#fff8ed;--ink:#2b2119;--muted:#6d655e;--line:#eadbc9;--footer:#222831}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#fffaf3;color:var(--ink);line-height:1.7}.legal-header{background:var(--footer);padding:16px 20px}.legal-nav{max-width:1100px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.legal-logo{width:150px;height:auto;display:block}.legal-back{display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;border-radius:999px;background:var(--purple);color:#fff;text-decoration:none;font-weight:800}.legal-hero{background:linear-gradient(135deg,var(--green-dark),var(--green));color:#fff;padding:70px 20px}.legal-hero-inner,.legal-content{max-width:980px;margin:auto}.legal-hero h1{font-size:clamp(38px,6vw,64px);line-height:1.05;margin:0 0 15px}.legal-hero p{max-width:760px;margin:0;color:rgba(255,255,255,.88);font-size:18px}.legal-content{padding:60px 20px 80px}.legal-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:30px;box-shadow:0 14px 38px rgba(44,28,15,.08);margin-bottom:22px}.legal-card h2{margin-top:0;color:var(--green-dark);font-size:27px}.legal-card h3{color:var(--purple);margin-bottom:7px}.legal-card ul{padding-left:22px}.legal-note{background:#fff1d6;border-left:4px solid #f3b229;border-radius:12px;padding:16px 18px}.legal-meta{font-size:14px;color:var(--muted);margin-top:16px}.legal-footer{background:var(--footer);color:#fff;text-align:center;padding:34px 20px}.legal-footer-links{display:flex;justify-content:center;gap:22px;flex-wrap:wrap;margin-bottom:18px}.legal-footer a{color:#fff;text-decoration:underline}.floating-call,.floating-whatsapp{position:fixed;bottom:18px;width:62px;height:62px;border-radius:50%;display:grid;place-items:center;color:#fff;text-decoration:none;font-size:26px;z-index:50;box-shadow:0 10px 25px rgba(0,0,0,.25)}.floating-call{left:18px;background:#1677ff}.floating-whatsapp{right:18px;background:#25d366}@media(max-width:600px){.legal-logo{width:115px}.legal-back{font-size:13px;padding:10px 13px}.legal-hero{padding:52px 18px}.legal-content{padding:42px 15px 70px}.legal-card{padding:22px}.floating-call,.floating-whatsapp{width:56px;height:56px;font-size:23px}}