/* ==========================================================================
   COOKIES POLICY - Peak Site Studio
   ========================================================================== */

.cookies-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px 80px;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
}

.cookies-header {
  text-align: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 40px;
}

body.dark .cookies-header {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}

.cookies-header h1 {
  font-size: 2.75rem;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

body.dark .cookies-header h1 {
  color: #f1f5f9;
}

.cookies-header .site-url {
  font-size: 1.25rem;
  color: #4b5563;
  font-weight: 500;
}

body.dark .cookies-header .site-url {
  color: #94a3b8;
}

.section {
  margin-bottom: 52px;
}

.section h2 {
  font-size: 1.85rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 3px solid #3b82f6;
  display: inline-block;
}

body.dark .section h2 {
  color: #f1f5f9;
  border-bottom-color: #00d4ff;
}

.section h3 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #1f2937;
  margin: 38px 0 18px;
}

body.dark .section h3 {
  color: #e2e8f0;
}

.section p,
.section li {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #374151;
  margin-bottom: 18px;
}

body.dark .section p,
body.dark .section li {
  color: #cbd5e1;
}

.section ul {
  padding-left: 26px;
  margin-bottom: 24px;
}

.section ul li {
  margin-bottom: 14px;
  position: relative;
}

.section ul li::marker {
  color: #3b82f6;
}

body.dark .section ul li::marker {
  color: #00d4ff;
}

.highlight-box {
  background: #f8fafc;
  border-left: 5px solid #3b82f6;
  padding: 28px 32px;
  margin: 32px 0;
  border-radius: 8px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: #374151;
}

body.dark .highlight-box {
  background: rgba(255, 255, 255, 0.06);
  border-left-color: #00d4ff;
  color: #cbd5e1;
}

.policy-link {
  color: #3b82f6;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.policy-link:hover {
  color: #1d4ed8;
}

body.dark .policy-link {
  color: #00d4ff;
}

body.dark .policy-link:hover {
  color: #67e8f9;
}

.browser-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.browser-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 22px;
  background: #3b82f6;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.25);
}

.browser-btn:hover {
  background: #2563eb;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(59, 130, 246, 0.35);
}

body.dark .browser-btn {
  background: #00d4ff;
  color: #0a0f2c !important;
  box-shadow: 0 2px 8px rgba(0, 212, 255, 0.25);
}

body.dark .browser-btn:hover {
  background: #67e8f9;
  box-shadow: 0 4px 14px rgba(0, 212, 255, 0.4);
}

.last-updated {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #e5e7eb;
  font-size: 0.95rem;
  color: #6b7280;
  text-align: center;
  font-weight: 500;
  line-height: 1.6;
}

body.dark .last-updated {
  border-top-color: rgba(255, 255, 255, 0.12);
  color: #94a3b8;
}

/* Responsive */
@media (max-width: 768px) {
  .cookies-header h1 {
    font-size: 2.25rem;
  }
  .section h2 {
    font-size: 1.65rem;
  }
  .browser-links {
    flex-direction: column;
  }
  .browser-btn {
    width: 100%;
    justify-content: center;
  }
  .highlight-box {
    padding: 20px 22px;
  }
}
