<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy | Hollywood Hours</title>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@700;800;900&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-gray-50 text-slate-800 font-sans leading-relaxed">
<header class="bg-slate-900 text-white py-4 border-b border-slate-800">
<div class="max-w-4xl mx-auto px-4 flex justify-between items-center">
<a href="index.html" class="text-xl font-bold text-amber-400 font-heading">HOLLYWOOD HOURS</a>
<a href="index.html" class="text-xs bg-red-600 text-white px-3 py-1.5 rounded font-bold hover:bg-red-700">Back to News</a>
</div>
</header>
<main class="max-w-4xl mx-auto px-4 py-10 bg-white my-8 rounded-xl border border-gray-200 shadow-sm space-y-6">
<h1 class="text-3xl font-extrabold text-slate-900 border-b pb-3">Privacy Policy</h1>
<p class="text-xs text-slate-400">Last updated: July 2026</p>
<p>Welcome to <strong>Hollywood Hours</strong> (hollywoodhours.com). We value your privacy and are committed to protecting your personal data in compliance with global privacy regulations including GDPR and CCPA.</p>
<h2 class="text-xl font-bold text-slate-900 pt-4">1. Information We Collect</h2>
<p>We may collect personal information such as your name and email address when you voluntarily subscribe to our newsletter or submit a contact inquiry.</p>
<h2 class="text-xl font-bold text-slate-900 pt-4">2. Cookies and Web Beacons</h2>
<p>Hollywood Hours uses cookies to store user preferences and optimize browsing experiences. Third-party vendors, including Google AdSense, use cookies to serve ads based on prior visits to our website.</p>
<h2 class="text-xl font-bold text-slate-900 pt-4">3. Third-Party Privacy Policies</h2>
<p>Our Privacy Policy does not apply to other advertisers or websites. We advise you to consult the respective Privacy Policies of these third-party ad servers for detailed information.</p>
<h2 class="text-xl font-bold text-slate-900 pt-4">4. Contact Us</h2>
<p>If you have any questions regarding this Privacy Policy, please email us at <code>privacy@hollywoodhours.com</code>.</p>
</main>
<footer class="bg-slate-900 text-slate-400 text-xs py-6 border-t border-slate-800 text-center">
<p>© 2026 Hollywood Hours Inc. All rights reserved.</p>
</footer>
</body>
</html>
Home Privacy Policy
