File: /var/www/www-root/data/www/peeer.click/cookie-policy.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cookie 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;
position: relative;
padding-left: 5px;
}
/* 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;
}
/* Cookie Types */
.cookie-types {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
margin: 30px 0;
}
.cookie-card {
background: white;
border-radius: 10px;
padding: 25px;
border: 2px solid;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.cookie-card.essential {
border-color: #48bb78;
background: linear-gradient(135deg, #f0fff4 0%, #e6fffa 100%);
}
.cookie-card.analytics {
border-color: #4299e1;
background: linear-gradient(135deg, #ebf8ff 0%, #e6fffa 100%);
}
.cookie-card.preference {
border-color: #ed8936;
background: linear-gradient(135deg, #fffaf0 0%, #feebc8 100%);
}
.cookie-card.marketing {
border-color: #9f7aea;
background: linear-gradient(135deg, #faf5ff 0%, #e9d8fd 100%);
}
.cookie-icon {
font-size: 2.5rem;
margin-bottom: 15px;
display: block;
}
.cookie-name {
font-weight: 800;
color: #2d3748;
margin-bottom: 10px;
font-size: 1.2rem;
}
.cookie-status {
display: inline-block;
padding: 4px 12px;
border-radius: 20px;
font-size: 12px;
font-weight: 700;
margin-bottom: 15px;
}
.essential .cookie-status {
background: #c6f6d5;
color: #276749;
}
.analytics .cookie-status {
background: #bee3f8;
color: #2c5282;
}
.preference .cookie-status {
background: #feebc8;
color: #9c4221;
}
.marketing .cookie-status {
background: #e9d8fd;
color: #553c9a;
}
/* Cookie Table */
.cookie-table {
width: 100%;
border-collapse: collapse;
margin: 25px 0;
font-size: 14px;
background: white;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.cookie-table th {
background: #2d3748;
color: white;
padding: 15px;
text-align: left;
font-weight: 600;
}
.cookie-table td {
padding: 15px;
border-bottom: 1px solid #e2e8f0;
vertical-align: top;
}
.cookie-table tr:hover {
background: #f7fafc;
}
.cookie-purpose {
font-size: 13px;
color: #718096;
margin-top: 5px;
}
/* Control Options */
.control-section {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 40px;
border-radius: 12px;
margin: 50px 0;
}
.control-title {
text-align: center;
font-size: 1.8rem;
margin-bottom: 30px;
}
.control-methods {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 25px;
}
.control-method {
background: rgba(255,255,255,0.1);
padding: 25px;
border-radius: 8px;
backdrop-filter: blur(10px);
}
.method-icon {
font-size: 2rem;
margin-bottom: 15px;
display: block;
}
.method-name {
font-weight: 700;
margin-bottom: 10px;
font-size: 1.1rem;
}
/* Browser Instructions */
.browser-section {
background: #f7fafc;
border: 2px solid #c3dafe;
border-radius: 12px;
padding: 40px;
margin: 50px 0;
}
.browser-title {
text-align: center;
font-size: 1.6rem;
color: #2d3748;
margin-bottom: 40px;
}
.browser-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 25px;
}
.browser-card {
background: white;
padding: 25px;
border-radius: 8px;
text-align: center;
border: 1px solid #e2e8f0;
box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.browser-icon {
font-size: 2.5rem;
margin-bottom: 15px;
display: block;
}
.browser-name {
font-weight: 700;
color: #2d3748;
margin-bottom: 10px;
}
/* Do Not Track */
.dnt-section {
background: #fffaf0;
border: 2px solid #ed8936;
border-radius: 8px;
padding: 30px;
margin: 40px 0;
}
.dnt-title {
color: #c05621;
font-weight: 700;
margin-bottom: 15px;
display: flex;
align-items: center;
gap: 10px;
}
.dnt-title::before {
content: "๐";
}
/* Changes Section */
.changes-section {
background: #f0fff4;
border: 1px solid #9ae6b4;
border-radius: 8px;
padding: 30px;
margin: 40px 0;
}
.changes-title {
color: #276749;
font-weight: 700;
margin-bottom: 15px;
display: flex;
align-items: center;
gap: 10px;
}
.changes-title::before {
content: "๐ข";
}
/* Consent Banner */
.consent-section {
background: #ebf8ff;
border: 2px solid #90cdf4;
border-radius: 8px;
padding: 35px;
margin: 40px 0;
}
.consent-title {
font-size: 1.5rem;
color: #2d3748;
margin-bottom: 20px;
text-align: center;
}
.consent-options {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
margin: 25px 0;
}
.consent-option {
background: white;
padding: 20px;
border-radius: 8px;
border: 1px solid #e2e8f0;
text-align: center;
}
.option-icon {
font-size: 1.8rem;
margin-bottom: 10px;
display: block;
}
/* Contact Section */
.contact-section {
background: #f7fafc;
border: 2px solid #cbd5e0;
border-radius: 8px;
padding: 30px;
margin: 40px 0;
text-align: center;
}
.contact-title {
font-size: 1.5rem;
color: #2d3748;
margin-bottom: 20px;
}
/* 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,
.control-methods,
.browser-grid,
.consent-options {
grid-template-columns: 1fr;
}
.cookie-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">Cookie Policy</h1>
<div class="last-updated">Last Updated: March 5, 2026</div>
</div>
<div class="content">
<div class="intro">
This Cookie Policy explains how AI Prompts 2026 uses cookies and similar technologies to recognize you when you visit our website. It explains what these technologies are and why we use them, as well as your rights to control our use of them.
</div>
<div class="policy-section">
<h2 class="section-title">1. What Are Cookies?</h2>
<p>Cookies are small data files that are placed on your computer or mobile device when you visit a website. Cookies are widely used by website owners to make their websites work, or to work more efficiently, as well as to provide reporting information.</p>
<h3>1.1 How We Use Cookies</h3>
<p>We use cookies for several purposes, including:</p>
<ul>
<li>To enable certain functions of the website</li>
<li>To provide analytics</li>
<li>To store your preferences</li>
<li>To enable advertisements delivery</li>
<li>To understand and save user's preferences for future visits</li>
</ul>
<h3>1.2 Types of Cookies We Use</h3>
<p>Cookies can be "Persistent" or "Session" cookies. Persistent cookies remain on your personal computer or mobile device when you go offline, while session cookies are deleted as soon as you close your web browser.</p>
</div>
<div class="policy-section">
<h2 class="section-title">2. Types of Cookies Used</h2>
<div class="cookie-types">
<div class="cookie-card essential">
<div class="cookie-icon">๐</div>
<div class="cookie-name">Essential Cookies</div>
<div class="cookie-status">Always Active</div>
<p>These cookies are necessary for the website to function and cannot be switched off. They are usually only set in response to actions made by you.</p>
</div>
<div class="cookie-card analytics">
<div class="cookie-icon">๐</div>
<div class="cookie-name">Analytics Cookies</div>
<div class="cookie-status">Optional</div>
<p>These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site.</p>
</div>
<div class="cookie-card preference">
<div class="cookie-icon">โ๏ธ</div>
<div class="cookie-name">Preference Cookies</div>
<div class="cookie-status">Optional</div>
<p>These cookies enable the website to provide enhanced functionality and personalization based on your preferences.</p>
</div>
<div class="cookie-card marketing">
<div class="cookie-icon">๐ฃ</div>
<div class="cookie-name">Marketing Cookies</div>
<div class="cookie-status">Optional</div>
<p>These cookies may be set through our site by our advertising partners to build a profile of your interests.</p>
</div>
</div>
</div>
<div class="policy-section">
<h2 class="section-title">3. Detailed Cookie Information</h2>
<p>The table below provides more detailed information about the cookies we use:</p>
<table class="cookie-table">
<thead>
<tr>
<th>Cookie Name</th>
<th>Type</th>
<th>Purpose</th>
<th>Duration</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>session_id</strong></td>
<td>Essential</td>
<td>
Maintains user session state
<div class="cookie-purpose">Required for website functionality</div>
</td>
<td>Session</td>
</tr>
<tr>
<td><strong>cookie_consent</strong></td>
<td>Essential</td>
<td>
Stores your cookie preferences
<div class="cookie-purpose">Remembers your cookie choices</div>
</td>
<td>1 year</td>
</tr>
<tr>
<td><strong>_ga</strong></td>
<td>Analytics</td>
<td>
Google Analytics tracking
<div class="cookie-purpose">Distinguishes unique users</div>
</td>
<td>2 years</td>
</tr>
<tr>
<td><strong>_gid</strong></td>
<td>Analytics</td>
<td>
Google Analytics tracking
<div class="cookie-purpose">Distinguishes unique users</div>
</td>
<td>24 hours</td>
</tr>
<tr>
<td><strong>_gat</strong></td>
<td>Analytics</td>
<td>
Google Analytics throttling
<div class="cookie-purpose">Limits request rate</div>
</td>
<td>1 minute</td>
</tr>
<tr>
<td><strong>theme_preference</strong></td>
<td>Preference</td>
<td>
Stores theme preference
<div class="cookie-purpose">Remembers light/dark mode</div>
</td>
<td>1 year</td>
</tr>
<tr>
<td><strong>language</strong></td>
<td>Preference</td>
<td>
Language preference
<div class="cookie-purpose">Remembers language selection</div>
</td>
<td>1 year</td>
</tr>
</tbody>
</table>
</div>
<div class="policy-section">
<h2 class="section-title">4. Third-Party Cookies</h2>
<p>In addition to our own cookies, we may also use various third-party cookies to report usage statistics of the website, deliver advertisements, and so on.</p>
<h3>4.1 Google Analytics</h3>
<p>We use Google Analytics to collect information about how visitors use our website. Google Analytics collects information such as how often users visit the website, what pages they visit, and what other sites they used prior to coming to our website.</p>
<h3>4.2 LiveInternet Counter</h3>
<p>We use LiveInternet counter to track website traffic and visitor statistics. This helps us understand how our content is performing and where our visitors come from.</p>
<div class="dnt-section">
<div class="dnt-title">Do Not Track Signals</div>
<p>Some browsers have a "Do Not Track" feature that lets you tell websites that you do not want to have your online activities tracked. Currently, we do not respond to browser "Do Not Track" signals because there is no standard for how to respond to them.</p>
</div>
</div>
<div class="control-section">
<div class="control-title">How to Control Cookies</div>
<p style="text-align: center; opacity: 0.9; margin-bottom: 30px;">You have several options for controlling cookies on our website:</p>
<div class="control-methods">
<div class="control-method">
<div class="method-icon">๐๏ธ</div>
<div class="method-name">Cookie Banner</div>
<div style="font-size: 14px; opacity: 0.9;">Use our cookie consent banner to accept or reject non-essential cookies</div>
</div>
<div class="control-method">
<div class="method-icon">๐</div>
<div class="method-name">Browser Settings</div>
<div style="font-size: 14px; opacity: 0.9;">Configure your browser settings to accept or reject cookies</div>
</div>
<div class="control-method">
<div class="method-icon">๐งน</div>
<div class="method-name">Clear Cookies</div>
<div style="font-size: 14px; opacity: 0.9;">Regularly clear cookies from your browser</div>
</div>
<div class="control-method">
<div class="method-icon">๐ง</div>
<div class="method-name">Browser Extensions</div>
<div style="font-size: 14px; opacity: 0.9;">Use privacy-focused browser extensions</div>
</div>
</div>
</div>
<div class="browser-section">
<div class="browser-title">Browser-Specific Instructions</div>
<div class="browser-grid">
<div class="browser-card">
<div class="browser-icon">๐</div>
<div class="browser-name">Google Chrome</div>
<div style="font-size: 14px; color: #718096;">Settings โ Privacy and Security โ Cookies</div>
</div>
<div class="browser-card">
<div class="browser-icon">๐ฆ</div>
<div class="browser-name">Mozilla Firefox</div>
<div style="font-size: 14px; color: #718096;">Options โ Privacy & Security โ Cookies</div>
</div>
<div class="browser-card">
<div class="browser-icon">๐งญ</div>
<div class="browser-name">Microsoft Edge</div>
<div style="font-size: 14px; color: #718096;">Settings โ Cookies and Site Permissions</div>
</div>
<div class="browser-card">
<div class="browser-icon">๐</div>
<div class="browser-name">Safari</div>
<div style="font-size: 14px; color: #718096;">Preferences โ Privacy โ Cookies</div>
</div>
</div>
</div>
<div class="consent-section">
<div class="consent-title">Cookie Consent Management</div>
<p>When you first visit our website, you will see a cookie consent banner that allows you to:</p>
<div class="consent-options">
<div class="consent-option">
<div class="option-icon">โ
</div>
<div style="font-weight: 700; margin-bottom: 10px;">Accept All</div>
<div style="font-size: 14px; color: #718096;">Accept all cookies for the best experience</div>
</div>
<div class="consent-option">
<div class="option-icon">โ๏ธ</div>
<div style="font-weight: 700; margin-bottom: 10px;">Customize</div>
<div style="font-size: 14px; color: #718096;">Choose which cookies to accept</div>
</div>
<div class="consent-option">
<div class="option-icon">โ</div>
<div style="font-weight: 700; margin-bottom: 10px;">Reject Non-Essential</div>
<div style="font-size: 14px; color: #718096;">Only essential cookies will be set</div>
</div>
</div>
<h3 style="margin-top: 30px;">Changing Your Preferences</h3>
<p>You can change your cookie preferences at any time by:</p>
<ul style="text-align: left;">
<li>Clicking the "Cookie Settings" link in our website footer</li>
<li>Clearing your browser cookies (this will reset all preferences)</li>
<li>Contacting us to request cookie preference changes</li>
</ul>
</div>
<div class="policy-section">
<h2 class="section-title">5. Impact of Disabling Cookies</h2>
<p>If you choose to disable cookies, be aware that:</p>
<ul>
<li><strong>Essential Features:</strong> The website may not function properly without essential cookies</li>
<li><strong>Preferences:</strong> Your preferences will not be remembered across visits</li>
<li><strong>Analytics:</strong> We won't be able to collect data to improve the website</li>
<li><strong>Personalization:</strong> Content may not be tailored to your interests</li>
</ul>
<h3>5.1 Essential Cookies Exception</h3>
<p>Essential cookies cannot be disabled as they are necessary for the basic functions of the website. If you reject these cookies, we cannot guarantee how our website will perform.</p>
</div>
<div class="policy-section">
<h2 class="section-title">6. Local Storage and Similar Technologies</h2>
<p>In addition to cookies, we may use other local storage technologies such as:</p>
<ul>
<li><strong>LocalStorage:</strong> Stores data with no expiration date</li>
<li><strong>SessionStorage:</strong> Stores data for one session</li>
<li><strong>IndexedDB:</strong> Client-side database for complex data</li>
<li><strong>Web SQL:</strong> Database storage in the browser</li>
</ul>
<p>These technologies are used for similar purposes as cookies and can be managed through your browser settings in the same way.</p>
</div>
<div class="changes-section">
<div class="changes-title">Updates to This Cookie Policy</div>
<p>We may update this Cookie Policy from time to time to reflect changes in our practices or for other operational, legal, or regulatory reasons.</p>
<h3>How We Notify You of Changes</h3>
<ul>
<li>We will post the updated Cookie Policy on this page</li>
<li>We will update the "Last Updated" date at the top of this policy</li>
<li>For significant changes, we may provide more prominent notice</li>
<li>Continued use of our website after changes constitutes acceptance</li>
</ul>
</div>
<div class="contact-section">
<div class="contact-title">Contact Us About Cookies</div>
<p>If you have any questions about our use of cookies or other technologies, please contact us:</p>
<p style="margin-top: 15px;">
<strong>Email:</strong> privacy@aiprompts2026.com<br>
<strong>Subject:</strong> Cookie Policy Inquiry<br>
<strong>Response Time:</strong> 5-7 business days
</p>
<p style="margin-top: 20px; font-size: 14px; color: #718096;">
For more information about how we protect your privacy, please see our <a href="/privacy-policy.html" style="color: #667eea;">Privacy Policy</a>
</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>