Terms of Service

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Terms of Service | 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">Terms of Service</h1>
    <p class="text-xs text-slate-400">Last updated: July 2026</p>
    <p>By accessing <strong>Hollywood Hours</strong>, you agree to comply with these terms of service and all applicable laws and regulations.</p>
    <h2 class="text-xl font-bold text-slate-900 pt-4">1. Intellectual Property</h2>
    <p>All editorial content, headlines, logos, and box office analytics published on Hollywood Hours are the property of Hollywood Hours Media Group unless specified otherwise.</p>
    <h2 class="text-xl font-bold text-slate-900 pt-4">2. User Conduct</h2>
    <p>Users agree not to engage in unauthorized data scraping, automated harvesting, or distributing malicious software through interactive site features.</p>
    <h2 class="text-xl font-bold text-slate-900 pt-4">3. Limitation of Liability</h2>
    <p>Hollywood Hours shall not be held liable for any damages resulting from reliance on industry projections, box office estimates, or third-party editorial links.</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>

Thank you for reading this post, don't forget to subscribe!