WellNuo/.backup-webpages/privacy.html

116 lines
4.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - WellNuo</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
min-height: 100vh;
color: #333;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 40px 20px;
}
.content {
background: white;
border-radius: 20px;
padding: 40px;
box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}
h1 {
color: #667eea;
margin-bottom: 10px;
font-size: 32px;
}
.date {
color: #666;
margin-bottom: 30px;
font-size: 14px;
}
h2 {
color: #333;
margin-top: 30px;
margin-bottom: 15px;
font-size: 20px;
}
p, li {
line-height: 1.7;
margin-bottom: 15px;
color: #555;
}
ul { margin-left: 20px; }
a { color: #667eea; }
.back-link {
display: inline-block;
margin-top: 30px;
color: #667eea;
text-decoration: none;
font-weight: 500;
}
.back-link:hover { text-decoration: underline; }
</style>
</head>
<body>
<div class="container">
<div class="content">
<h1>Privacy Policy</h1>
<p class="date">Last updated: December 19, 2025</p>
<p>WellNuo ("we", "our", or "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, and safeguard your information when you use our mobile application.</p>
<h2>Information We Collect</h2>
<p>We may collect the following types of information:</p>
<ul>
<li><strong>Device Information:</strong> We collect information about your device, including device type, operating system, and unique device identifiers for app functionality.</li>
<li><strong>Usage Data:</strong> We collect information about how you use the app to improve our services.</li>
<li><strong>Bluetooth Data:</strong> Our app uses Bluetooth to connect with compatible smart home devices. This data is processed locally and not transmitted to our servers.</li>
</ul>
<h2>How We Use Your Information</h2>
<p>We use the collected information to:</p>
<ul>
<li>Provide and maintain our service</li>
<li>Improve and personalize user experience</li>
<li>Communicate with you about updates and support</li>
<li>Ensure the security and integrity of our services</li>
</ul>
<h2>Data Storage and Security</h2>
<p>Your data is stored securely and we implement appropriate technical and organizational measures to protect your personal information. Bluetooth device data is processed locally on your device and is not transmitted to external servers.</p>
<h2>Third-Party Services</h2>
<p>Our app may use third-party services that have their own privacy policies. We encourage you to review their policies.</p>
<h2>Children's Privacy</h2>
<p>Our service is not directed to children under 13. We do not knowingly collect personal information from children under 13.</p>
<h2>Your Rights</h2>
<p>You have the right to:</p>
<ul>
<li>Access your personal data</li>
<li>Request correction of your data</li>
<li>Request deletion of your data</li>
<li>Opt-out of certain data collection</li>
</ul>
<h2>Changes to This Policy</h2>
<p>We may update this Privacy Policy from time to time. We will notify you of any changes by posting the new policy on this page and updating the "Last updated" date.</p>
<h2>Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us at:</p>
<p>Email: <a href="mailto:support@wellnuo.com">support@wellnuo.com</a></p>
<a href="/" class="back-link">&larr; Back to Home</a>
</div>
</div>
</body>
</html>