| Current Path : /home/smartconb/www/sc/ |
| Current File : /home/smartconb/www/sc/artsquare_privacy_policy.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 - Art Square</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<style>
:root {
--bg: #f4f6fa;
--card: #ffffff;
--primary: #4a90e2;
--text: #2a2a2a;
--subtext: #6a6a6a;
--accent: #50e3c2;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }
.container { max-width: 720px; margin: 40px auto; padding: 20px; }
h1 { font-size: 2rem; font-weight: 700; color: var(--primary); text-align: center; margin-bottom: 10px; }
.effective { text-align: center; color: var(--subtext); margin-bottom: 30px; }
.card { background: var(--card); border-radius: 12px; padding: 24px; margin-bottom: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.05); transition: transform 0.2s; }
.card:hover { transform: translateY(-4px); }
h2 { font-size: 1.25rem; font-weight: 600; margin-bottom: 10px; color: var(--text); }
p, li { font-size: 1rem; color: var(--subtext); margin-bottom: 12px; }
ul { padding-left: 20px; }
a { color: var(--primary); text-decoration: none; font-weight: 600; }
a:hover { text-decoration: underline; }
</style>
</head>
<body>
<div class="container">
<h1>Art Square app - Privacy Policy</h1>
<p class="effective">Effective date: August 24, 2025</p>
<div class="card">
<h2>1. Information We Collect</h2>
<ul>
<li><strong>No Personal Data:</strong> We do <span style="color: var(--accent); font-weight:700;">not</span> collect, store, or process any personal user information.</li>
<li><strong>No Device Data:</strong> No device identifiers, analytics, crash logs, or usage metrics are gathered. The App operates fully offline.</li>
</ul>
</div>
<div class="card">
<h2>2. Data Usage</h2>
<p>Since no data is collected, there is nothing to use or process.</p>
</div>
<div class="card">
<h2>3. Data Sharing</h2>
<p>With zero data collection, we share nothing with third parties.</p>
</div>
<div class="card">
<h2>4. Ads & SDKs</h2>
<p>Art Square is <strong>ad-free</strong> and integrates <strong>no</strong> third-party advertising or analytics SDKs.</p>
</div>
<div class="card">
<h2>5. Your Choices</h2>
<p>No personal or device data is collected, so no privacy settings, opt-ins, or accounts are required.</p>
</div>
<div class="card">
<h2>6. Security</h2>
<p>While we store no data, we adhere to industry best practices to keep the App secure and free of vulnerabilities.</p>
</div>
<div class="card">
<h2>7. Children's Privacy</h2>
<p>Suitable for all ages. No data collection means no special considerations for children.</p>
</div>
<div class="card">
<h2>8. Policy Updates</h2>
<p>We may update this policy occasionally. Any changes will update the effective date above and be posted here.</p>
</div>
<div class="card">
<h2>9. Contact</h2>
<p>Questions? Reach out at <a href="mailto:info@smartconcept.be">info@smartconcept.be</a>.</p>
</div>
</div>
</body>
</html>