/* Cookie Page – Design wie cookie.html / impressum */

.cookie-main {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  padding: 2rem 1rem 4rem;
  max-width: 896px;
  margin: 0 auto;
  text-align: left;
}

.cookie-header {
  margin-bottom: 3rem;
}

.cookie-header h1 {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: clamp(2.25rem, 5vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: #0f172a;
  margin: 0 0 1rem;
  line-height: 1.2;
}

.cookie-header-line {
  width: 5rem;
  height: 4px;
  background: #4f46e5;
  border-radius: 9999px;
}

.cookie-content {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  color: #64748b;
  line-height: 1.7;
  text-align: left;
}

@media (min-width: 768px) {
  .cookie-content {
    padding: 3rem;
  }
}

.cookie-content .cookie-intro {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.cookie-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e2e8f0;
}

.cookie-content h2:first-of-type {
  margin-top: 0;
}

.cookie-content h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e293b;
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
}

.cookie-content p {
  margin-bottom: 1rem;
}

.cookie-content ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.cookie-content li {
  margin-bottom: 0.5rem;
}

.cookie-content a {
  color: #4f46e5;
  text-decoration: underline;
}

.cookie-content a:hover {
  color: #4338ca;
}

.cookie-content .cookie-example-box {
  background: #f8fafc;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
}

.cookie-content .cookie-example-box code {
  font-family: ui-monospace, monospace;
  font-size: 0.875rem;
}

.cookie-content .cookie-example-box .cookie-types-desc {
  color: #64748b;
}

.cookie-content .cookie-reset-box {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  border-radius: 0.75rem;
}

.cookie-content .cookie-reset-box h3 {
  margin-top: 0;
  color: #312e81;
}

.cookie-content .cookie-reset-box p {
  margin-bottom: 1rem;
  color: rgba(49, 46, 129, 0.8);
}

.cookie-content .cookie-reset-btn {
  display: inline-block;
  background: #4f46e5;
  color: #fff;
  font-weight: 600;
  padding: 0.625rem 1.5rem;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.cookie-content .cookie-reset-btn:hover {
  background: #4338ca;
}

.cookie-stand {
  font-size: 0.875rem;
  color: #94a3b8;
  margin-top: 2rem;
}
