<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rica Legal – Coming Soon</title>
<style>
body { font-family: Arial, sans-serif; background: #f9f9f9; text-align: center; padding: 100px; }
h1 { font-size: 2.5em; color: #333; }
p { font-size: 1.2em; color: #555; }
</style>
</head>
<body>
<h1>Rica Legal</h1>
<p>Our new website is coming soon.</p>
<p>For inquiries: <a href="mailto:[email protected]">[email protected]</a></p>
</body>
</html>