:root{--accent:#4a90e2;--font-dark:#1a1a1a;--grey:#666;--light-bg:#f0f1ff;--radius:12px}.legal-container{max-width:960px;margin:0 auto;padding:6rem 2rem;color:var(--font-dark);line-height:1.7;background-color:#fff}.legal-title{font-size:3rem;margin-bottom:2rem;text-align:center;color:var(--font-dark)}.legal-section{padding:4rem 2rem;max-width:900px;margin:0 auto 4rem;background-color:#fff;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.05)}.legal-section h2{font-size:2rem;margin-bottom:1.5rem;color:#1a1a1a}.legal-section p{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1rem}.legal-section ul{margin:1rem 0;padding-left:1.25rem}.legal-section li{margin-bottom:.75rem;line-height:1.5}.legal-section a{color:var(--accent);font-weight:500;text-decoration:underline}.return-home{display:inline-block;margin:3rem auto 1rem;padding:1rem 2rem;background:var(--accent);color:#fff;font-weight:600;text-align:center;border-radius:var(--radius);text-decoration:none;transition:background .2s,transform .2s}.return-home:hover{background:#2f6fcc;transform:translateY(-2px)}