-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy_policy.html
More file actions
225 lines (192 loc) · 7.05 KB
/
privacy_policy.html
File metadata and controls
225 lines (192 loc) · 7.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy | Copyright (c) 2025 VidzAI </title>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
max-width: 1000px;
margin: 0 auto;
padding: 20px;
}
h1 {
color: #1F618D;
border-bottom: 2px solid #2874A6;
padding-bottom: 10px;
}
h2 {
color: #2874A6;
margin-top: 30px;
}
ul {
margin-left: 20px;
}
.highlight {
background-color: #F8F9F9;
padding: 15px;
border-left: 4px solid #2874A6;
margin: 10px 0;
}
.contact-box {
background-color: #EBF5FB;
padding: 20px;
border-radius: 5px;
margin: 20px 0;
}
.back-button {
display: inline-block;
margin-top: 20px;
padding: 10px 20px;
background-color: #2874A6;
color: white;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
}
.back-button:hover {
background-color: #1F618D;
}
</style>
</head>
<body>
<h1>Privacy Policy</h1>
<h2>1. Overview</h2>
<p>Welcome to AI Legal Document Assistant. We are committed to protecting your privacy and handling your data with transparency and care. This Privacy Policy explains how we collect, use, and safeguard your information.</p>
<div class="highlight">
<p>Last Updated: march 5 2025<br>
Effective Date: march 1, 2025</p>
</div>
<h2>2. Information We Collect</h2>
<h3>2.1 Document Data</h3>
<ul>
<li>Legal documents uploaded for analysis</li>
<li>Text content extracted from documents</li>
<li>Document metadata (file names, timestamps, size)</li>
<li>Analysis results and generated summaries</li>
</ul>
<h3>2.2 User Information</h3>
<ul>
<li>Account information (if applicable)</li>
<li>Usage patterns and preferences</li>
<li>Technical data (IP address, browser type, device information)</li>
<li>Session duration and feature interaction data</li>
</ul>
<h2>3. How We Use Your Information</h2>
<h3>3.1 Primary Purposes</h3>
<ul>
<li>Providing document analysis and risk assessment services</li>
<li>Generating summaries and insights from uploaded documents</li>
<li>Improving our AI algorithms and service accuracy</li>
<li>Maintaining service security and performance</li>
</ul>
<h3>3.2 Legal Basis for Processing</h3>
<ul>
<li><strong>Contractual Necessity</strong>: To provide our services</li>
<li><strong>Legitimate Interests</strong>: To improve and secure our services</li>
<li><strong>Legal Compliance</strong>: To meet regulatory requirements</li>
<li><strong>Consent</strong>: For specific data processing activities</li>
</ul>
<h2>4. Data Protection Measures</h2>
<div class="highlight">
<p>We implement industry-standard security measures including:</p>
<ul>
<li>256-bit SSL/TLS encryption for data transmission</li>
<li>AES-256 encryption for stored documents</li>
<li>Regular security audits and penetration testing</li>
<li>Strict access controls and authentication</li>
<li>Automated threat detection and prevention</li>
</ul>
</div>
<h2>5. Data Retention and Deletion</h2>
<h3>5.1 Retention Periods</h3>
<ul>
<li>Uploaded documents: 30 days from last access</li>
<li>Analysis results: 60 days from generation</li>
<li>Account information: Duration of account activity</li>
<li>Usage logs: 90 days rolling period</li>
</ul>
<h3>5.2 Automatic Deletion</h3>
<ul>
<li>Documents are automatically deleted after the retention period</li>
<li>Users can request immediate deletion at any time</li>
<li>Backup copies are removed within 30 days of deletion</li>
</ul>
<h2>6. Your Privacy Rights</h2>
<p>Under GDPR and other privacy laws, you have the right to:</p>
<ul>
<li>Access your personal data</li>
<li>Correct inaccurate data</li>
<li>Request data deletion</li>
<li>Restrict processing</li>
<li>Data portability</li>
<li>Object to processing</li>
<li>Withdraw consent</li>
<li>Lodge complaints with supervisory authorities</li>
</ul>
<h2>7. International Data Transfers</h2>
<p>We may transfer your data to:</p>
<ul>
<li>Cloud servers in the EU and US</li>
<li>AI processing centers in secure locations</li>
<li>Third-party service providers</li>
</ul>
<p>All transfers comply with:</p>
<ul>
<li>EU Standard Contractual Clauses</li>
<li>Privacy Shield Framework</li>
<li>Adequacy decisions where applicable</li>
</ul>
<h2>8. Cookie Policy</h2>
<p>We use essential cookies for:</p>
<ul>
<li>Session management</li>
<li>Security measures</li>
<li>Performance monitoring</li>
</ul>
<p>Optional cookies for:</p>
<ul>
<li>Analytics and usage patterns</li>
<li>Feature preferences</li>
<li>Service improvements</li>
</ul>
<h2>9. Children's Privacy</h2>
<p>Our service is not intended for users under 16 years of age. We do not knowingly collect or process data from children.</p>
<h2>10. Changes to This Policy</h2>
<p>We may update this policy to reflect:</p>
<ul>
<li>Service changes</li>
<li>Legal requirements</li>
<li>Security improvements</li>
<li>User feedback</li>
</ul>
<p>All changes will be notified via:</p>
<ul>
<li>Email notifications</li>
<li>In-app announcements</li>
<li>Website updates</li>
</ul>
<h2>11. Contact Information</h2>
<div class="contact-box">
<p>For privacy-related inquiries:</p>
<p><strong>Data Protection Officer</strong></p>
<ul>
<li>Email: privacy@legaldocumentassistant.com</li>
<li>Phone: +1 (555) 123-4567</li>
<li>Address: 123 Legal Tech Street, Suite 100, San Francisco, CA 94105</li>
</ul>
<p>Response Time: Within 48 hours</p>
</div>
<h2>12. Legal Compliance</h2>
<p>We comply with:</p>
<ul>
<li>General Data Protection Regulation (GDPR)</li>
<li>California Consumer Privacy Act (CCPA)</li>
<li>Other applicable data protection laws</li>
</ul>
<a href="javascript:history.back()" class="back-button">← Back to Application</a>
</body>
</html>