<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Privacy Policy - ελλβνω</title> <script src="/tailwindcss.js"></script> </head> <body class="bg-gradient-to-b from-gray-900 to-black text-white min-h-screen font-sans"> <!-- Header --> <header class="bg-gradient-to-r from-blue-600 to-purple-700 p-6 shadow-lg sticky top-0 z-10"> <div class="max-w-5xl mx-auto"> <nav class="flex justify-between items-center"> <h1 class="text-3xl font-bold text-white tracking-wide"> ελλβνω </h1> <div class="space-x-6 opacity-90"> <a href="/ελλβνω/index.html" class="text-white hover:text-yellow-300 transition-colors">Home</a> <a href="/ελλβνω/terms.html" class="text-white hover:text-yellow-300 transition-colors">Terms</a> </div> </nav> </div> </header> <!-- Main Content --> <main class="max-w-4xl mx-auto px-4 py-12 md:py-16"> <!-- Hero Section --> <section class="mb-10 text-center"> <h2 class="text-4xl font-bold text-gradient-to-r from-blue-400 to-purple-500 mb-5 animate-fadeIn"> Privacy Policy </h2> <p class="text-gray-300 text-lg max-w-2xl mx-auto opacity-90"> At ελλβνω, your privacy is important to us. This policy explains how we collect, use, and protect your data. </p> </section> <!-- Key Sections --> <div class="space-y-8"> <!-- Data Collection --> <div class="bg-gray-800 backdrop-blur-sm rounded-lg p-6 border border-gray-700"> <h3 class="text-2xl font-semibold text-blue-300 mb-3">1. Information We Collect</h3> <div class="grid grid-cols-1 md:grid-cols-2 gap-6"> <div class="flex items-start"> <svg class="w-6 h-6 mt-1 mr-3 text-green-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path> </svg> <div> <h4 class="text-blue-400 font-medium">Basic Info</h4> <p class="text-gray-200 text-sm"> Email addresses, account activity logs, and IP addresses when you use our services. </p> </div> </div> <div class="flex items-start"> <svg class="w-6 h-6 mt-1 mr-3 text-green-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path> </svg> <div> <h4 class="text-blue-400 font-medium">Device Data</h4> <p class="text-gray-200 text-sm"> Browser type, device fingerprints, and geolocation when it enhances your experience. </p> </div> </div> </div> </div> <!-- Data Usage --> <div class="bg-gray-800 backdrop-blur-sm rounded-lg p-6 border border-gray-700"> <h3 class="text-2xl font-semibold text-blue-300 mb-3">2. How We Use Your Data</h3> <ul class="text-gray-200 space-y-2"> <li class="flex items-start"> <svg class="w-5 h-5 mt-1 mr-2 text-green-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path> </svg> Providing and improving our services </li> <li class="flex items-start"> <svg class="w-5 h-5 mt-1 mr-2 text-green-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path> </svg> Sending notifications about service updates </li> <li class="flex items-start"> <svg class="w-5 h-5 mt-1 mr-2 text-green-400" fill="none" stroke="currentColor" viewBox="0 0 24 24"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path> </svg> Preventing fraud and abuse </li> </ul> </div> <!-- Data Security --> <div class="bg-gray-800 backdrop-blur-sm rounded-lg p-6 border border-gray-700"> <h3 class="text-2xl font-semibold text-blue-300 mb-3">3. Data Security</h3> <p class="text-gray-200"> We use industry-standard encryption (TLS 1.3+) and SOC 2-compliant systems to protect all data in transit and at rest. Our security team performs regular audits and penetration testing. </p> </div> <!-- User Rights --> <div class="bg-gradient-to-r from-purple-900 to-black rounded-lg p-6 border-2 border-blue-500"> <h3 class="text-2xl font-semibold text-white mb-3">4. Your Rights</h3> <p class="text-gray-200"> You may request copies of your data, export your information in JSON format, or delete your account permanently. Send requests to privacy@elllnw.net. </p> </div> </div> <!-- Call to Action --> <section class="mt-16"> <div class="text-center max-w-3xl mx-auto"> <p class="text-gray-300 mb-6"> Our security measures have not been compromised in any breach event since our inception in 2020. Your privacy is non-negotiable. </p> <a href="/ελλβνω/contact.html" class="bg-gradient-to-r from-pink-500 to-violet-600 hover:from-pink-600 hover:to-violet-700 text-white px-8 py-3 rounded-lg text-lg font-medium shadow-lg hover:shadow-violet-900/20 transition-all transform hover:-translate-y-0.5"> Contact Data Officer </a> </div> </section> </main> <!-- Footer --> <footer class="mt-8 bg-gray-900 text-gray-300 p-6 text-center border-t border-gray-800"> <p class="opacity-80">&copy; 2025 ελλβνω. All rights reserved.</p> <p class="text-sm">Last updated: Sept 2025</p> </footer> </body> </html> </_out>