HEX
Server: Apache/2.4.65 (Debian)
System: Linux srv39710 6.1.0-41-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.158-1 (2025-11-09) x86_64
User: root (0)
PHP: 8.4.11
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Upload Files
File: /var/www/www-root/data/www/rainsanat.com/1/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 - AI Prompts 2026</title>
    <style>
        /* Base Styles */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
            line-height: 1.7;
            color: #1a1a1a;
            background-color: #fefefe;
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px 60px;
        }
        
        /* Header */
        header {
            padding: 40px 0 30px;
            border-bottom: 2px solid #eaeaea;
            margin-bottom: 40px;
        }
        
        .logo {
            font-size: 28px;
            font-weight: 800;
            color: transparent;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            -webkit-background-clip: text;
            background-clip: text;
            text-decoration: none;
            display: block;
            margin-bottom: 20px;
        }
        
        .back-link {
            color: #4a5568;
            text-decoration: none;
            font-size: 14px;
            margin-bottom: 15px;
            display: inline-block;
        }
        
        .back-link:hover {
            color: #2d3748;
            text-decoration: underline;
        }
        
        /* Policy Header */
        .policy-header {
            margin-bottom: 40px;
        }
        
        .policy-title {
            font-size: 2.2rem;
            font-weight: 800;
            color: #2d3748;
            line-height: 1.2;
            margin-bottom: 10px;
        }
        
        .last-updated {
            color: #718096;
            font-size: 14px;
            font-style: italic;
            margin-bottom: 20px;
        }
        
        /* Content */
        .content {
            font-size: 16px;
            margin-bottom: 50px;
        }
        
        .intro {
            font-size: 18px;
            color: #4a5568;
            font-weight: 500;
            margin-bottom: 30px;
            padding: 20px;
            background: #f7fafc;
            border-left: 4px solid #667eea;
            border-radius: 0 8px 8px 0;
        }
        
        h2 {
            font-size: 1.6rem;
            color: #2d3748;
            margin: 40px 0 20px;
            padding-bottom: 10px;
            border-bottom: 2px solid #edf2f7;
        }
        
        h3 {
            font-size: 1.3rem;
            color: #4a5568;
            margin: 30px 0 15px;
        }
        
        p {
            margin-bottom: 20px;
            text-align: justify;
        }
        
        ul, ol {
            margin: 0 0 20px 30px;
        }
        
        li {
            margin-bottom: 10px;
        }
        
        /* Policy Sections */
        .policy-section {
            margin-bottom: 35px;
            padding: 25px;
            background: white;
            border-radius: 8px;
            border: 1px solid #e2e8f0;
        }
        
        .section-title {
            font-size: 1.4rem;
            color: #2d3748;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #eaeaea;
        }
        
        /* Data Table */
        .data-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            font-size: 14px;
        }
        
        .data-table th {
            background: #2d3748;
            color: white;
            padding: 12px;
            text-align: left;
            font-weight: 600;
        }
        
        .data-table td {
            padding: 12px;
            border-bottom: 1px solid #e2e8f0;
            vertical-align: top;
        }
        
        .data-table tr:nth-child(even) {
            background: #f7fafc;
        }
        
        /* Important Note */
        .important-note {
            background: #fffaf0;
            border: 2px solid #ed8936;
            border-radius: 8px;
            padding: 25px;
            margin: 30px 0;
        }
        
        .note-title {
            color: #c05621;
            font-weight: 700;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .note-title::before {
            content: "⚠️";
        }
        
        /* Cookie Section */
        .cookie-section {
            background: #f0fff4;
            border: 1px solid #9ae6b4;
            border-radius: 8px;
            padding: 25px;
            margin: 30px 0;
        }
        
        .cookie-types {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 20px 0;
        }
        
        .cookie-type {
            background: white;
            padding: 20px;
            border-radius: 6px;
            border: 1px solid #e2e8f0;
        }
        
        .cookie-name {
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 10px;
        }
        
        /* Contact Section */
        .contact-section {
            background: #ebf8ff;
            border: 2px solid #90cdf4;
            border-radius: 8px;
            padding: 30px;
            margin: 40px 0;
            text-align: center;
        }
        
        .contact-title {
            font-size: 1.5rem;
            color: #2d3748;
            margin-bottom: 20px;
        }
        
        /* GDPR Rights */
        .rights-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin: 25px 0;
        }
        
        .right-card {
            background: white;
            padding: 20px;
            border-radius: 6px;
            border: 1px solid #e2e8f0;
        }
        
        .right-title {
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .right-title::before {
            content: "✓";
            color: #48bb78;
            font-weight: bold;
        }
        
        /* Footer */
        footer {
            margin-top: 60px;
            padding-top: 40px;
            border-top: 2px solid #eaeaea;
            text-align: center;
            color: #718096;
            font-size: 14px;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .policy-title {
                font-size: 1.8rem;
            }
            
            .content {
                font-size: 15px;
            }
            
            .policy-section {
                padding: 20px;
            }
            
            .cookie-types,
            .rights-grid {
                grid-template-columns: 1fr;
            }
            
            .data-table {
                display: block;
                overflow-x: auto;
            }
        }
    </style>
</head>
<body>
    <header>
        <a href="/" class="logo">AI Prompts 2026</a>
        <div>
            <a href="/" class="back-link">← Back to Home</a>
        </div>
    </header>

    <main>
        <div class="policy-header">
            <h1 class="policy-title">Privacy Policy</h1>
            <div class="last-updated">Last Updated: March 5, 2026</div>
        </div>

        <div class="content">
            <div class="intro">
                At AI Prompts 2026, we take your privacy seriously. This Privacy Policy explains how we collect, use, disclose, and safeguard your information when you visit our website.
            </div>

            <div class="policy-section">
                <h2 class="section-title">1. Information We Collect</h2>
                
                <h3>1.1 Personal Information</h3>
                <p>We may collect personal information that you voluntarily provide to us when you:</p>
                <ul>
                    <li>Contact us through our contact form</li>
                    <li>Subscribe to our newsletter</li>
                    <li>Participate in surveys or feedback</li>
                    <li>Request support or information</li>
                </ul>
                
                <h3>1.2 Automatically Collected Information</h3>
                <p>When you visit our website, we may automatically collect certain information, including:</p>
                <ul>
                    <li>IP address and general location</li>
                    <li>Browser type and version</li>
                    <li>Operating system</li>
                    <li>Pages visited and time spent</li>
                    <li>Referring website addresses</li>
                </ul>
                
                <h3>1.3 Cookies and Tracking Technologies</h3>
                <p>We use cookies and similar tracking technologies to track activity on our website and store certain information.</p>
            </div>

            <div class="policy-section">
                <h2 class="section-title">2. How We Use Your Information</h2>
                
                <p>We use the information we collect for various purposes:</p>
                
                <table class="data-table">
                    <thead>
                        <tr>
                            <th>Purpose</th>
                            <th>Legal Basis</th>
                        </tr>
                    </thead>
                    <tbody>
                        <tr>
                            <td>To provide and maintain our website</td>
                            <td>Legitimate interest</td>
                        </tr>
                        <tr>
                            <td>To improve user experience</td>
                            <td>Legitimate interest</td>
                        </tr>
                        <tr>
                            <td>To respond to inquiries and provide support</td>
                            <td>Contractual necessity</td>
                        </tr>
                        <tr>
                            <td>To send newsletters and updates (with consent)</td>
                            <td>Consent</td>
                        </tr>
                        <tr>
                            <td>To analyze website usage and trends</td>
                            <td>Legitimate interest</td>
                        </tr>
                        <tr>
                            <td>To prevent fraud and ensure security</td>
                            <td>Legal obligation</td>
                        </tr>
                    </tbody>
                </table>
            </div>

            <div class="policy-section">
                <h2 class="section-title">3. Cookies and Tracking Technologies</h2>
                
                <div class="cookie-section">
                    <h3>Types of Cookies We Use</h3>
                    
                    <div class="cookie-types">
                        <div class="cookie-type">
                            <div class="cookie-name">Essential Cookies</div>
                            <p>Required for basic website functionality and cannot be switched off.</p>
                        </div>
                        
                        <div class="cookie-type">
                            <div class="cookie-name">Analytics Cookies</div>
                            <p>Help us understand how visitors interact with our website.</p>
                        </div>
                        
                        <div class="cookie-type">
                            <div class="cookie-name">Preference Cookies</div>
                            <p>Remember your settings and preferences for future visits.</p>
                        </div>
                    </div>
                    
                    <h3 style="margin-top: 25px;">Managing Cookies</h3>
                    <p>Most web browsers allow you to control cookies through their settings preferences. However, limiting cookies may affect your experience on our website.</p>
                </div>
            </div>

            <div class="policy-section">
                <h2 class="section-title">4. Third-Party Services</h2>
                
                <p>We may employ third-party companies and individuals for the following reasons:</p>
                
                <ul>
                    <li><strong>Analytics Providers:</strong> To monitor and analyze the use of our website</li>
                    <li><strong>Hosting Providers:</strong> To host our website and data</li>
                    <li><strong>Email Services:</strong> To send newsletters and communications</li>
                </ul>
                
                <div class="important-note">
                    <div class="note-title">Important Note</div>
                    <p>These third parties have access to your Personal Information only to perform these tasks on our behalf and are obligated not to disclose or use it for any other purpose.</p>
                </div>
            </div>

            <div class="policy-section">
                <h2 class="section-title">5. Data Security</h2>
                
                <p>We implement appropriate technical and organizational security measures to protect your personal information against unauthorized access, alteration, disclosure, or destruction.</p>
                
                <h3>Security Measures Include:</h3>
                <ul>
                    <li>SSL/TLS encryption for data transmission</li>
                    <li>Regular security assessments</li>
                    <li>Access controls and authentication</li>
                    <li>Regular software updates</li>
                    <li>Secure hosting infrastructure</li>
                </ul>
                
                <p>While we strive to use commercially acceptable means to protect your personal information, no method of transmission over the Internet or method of electronic storage is 100% secure.</p>
            </div>

            <div class="policy-section">
                <h2 class="section-title">6. Your Data Protection Rights</h2>
                
                <p>Depending on your location, you may have the following data protection rights:</p>
                
                <div class="rights-grid">
                    <div class="right-card">
                        <div class="right-title">Right to Access</div>
                        <p>You have the right to request copies of your personal data.</p>
                    </div>
                    
                    <div class="right-card">
                        <div class="right-title">Right to Rectification</div>
                        <p>You have the right to request correction of inaccurate information.</p>
                    </div>
                    
                    <div class="right-card">
                        <div class="right-title">Right to Erasure</div>
                        <p>You have the right to request deletion of your personal data.</p>
                    </div>
                    
                    <div class="right-card">
                        <div class="right-title">Right to Restrict Processing</div>
                        <p>You have the right to request restriction of processing your data.</p>
                    </div>
                    
                    <div class="right-card">
                        <div class="right-title">Right to Data Portability</div>
                        <p>You have the right to request transfer of your data to another organization.</p>
                    </div>
                    
                    <div class="right-card">
                        <div class="right-title">Right to Object</div>
                        <p>You have the right to object to our processing of your personal data.</p>
                    </div>
                </div>
                
                <p>To exercise any of these rights, please contact us using the information provided below.</p>
            </div>

            <div class="policy-section">
                <h2 class="section-title">7. Data Retention</h2>
                
                <p>We will retain your personal information only for as long as is necessary for the purposes set out in this Privacy Policy.</p>
                
                <h3>Retention Periods:</h3>
                <ul>
                    <li><strong>Contact Information:</strong> Retained for 3 years after last contact</li>
                    <li><strong>Analytics Data:</strong> Retained for 26 months</li>
                    <li><strong>Newsletter Subscriptions:</strong> Retained until unsubscribe request</li>
                    <li><strong>Technical Logs:</strong> Retained for 90 days</li>
                </ul>
                
                <p>We will also retain and use your information to the extent necessary to comply with our legal obligations, resolve disputes, and enforce our policies.</p>
            </div>

            <div class="policy-section">
                <h2 class="section-title">8. Children's Privacy</h2>
                
                <p>Our website is not intended for children under the age of 16. We do not knowingly collect personal information from children under 16.</p>
                
                <p>If you are a parent or guardian and you are aware that your child has provided us with personal information, please contact us. If we become aware that we have collected personal information from children without verification of parental consent, we take steps to remove that information from our servers.</p>
            </div>

            <div class="policy-section">
                <h2 class="section-title">9. International Data Transfers</h2>
                
                <p>Your information, including personal data, may be transferred to — and maintained on — computers located outside of your state, province, country, or other governmental jurisdiction where the data protection laws may differ from those of your jurisdiction.</p>
                
                <p>If you are located outside the European Union and choose to provide information to us, please note that we transfer the data, including personal data, to the European Union and process it there.</p>
                
                <p>Your consent to this Privacy Policy followed by your submission of such information represents your agreement to that transfer.</p>
            </div>

            <div class="policy-section">
                <h2 class="section-title">10. Changes to This Privacy Policy</h2>
                
                <p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "Last Updated" date.</p>
                
                <p>You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.</p>
                
                <div class="important-note">
                    <div class="note-title">Notification of Changes</div>
                    <p>We will provide notice of material changes to this Privacy Policy through our website or by email to subscribed users at least 30 days before the changes take effect.</p>
                </div>
            </div>

            <div class="contact-section">
                <div class="contact-title">Contact Us</div>
                <p>If you have any questions about this Privacy Policy, please contact us:</p>
                <p style="margin-top: 15px;">
                    <strong>Email:</strong> privacy@aiprompts2026.com<br>
                    <strong>Effective Date:</strong> March 5, 2026
                </p>
                <p style="margin-top: 20px; font-size: 14px; color: #718096;">
                    This Privacy Policy complies with GDPR, CCPA, and other international privacy regulations.
                </p>
            </div>
        </div>
    </main>

    <footer>
        <div style="margin-bottom: 20px;">
            <strong>AI Prompts 2026</strong> • Complete AI Prompt Database
        </div>
        <div style="color: #888; font-size: 13px;">
            © 2026 AI Prompts 2026. All rights reserved.
        </div>
    </footer>
</body>
</html>