 .cookie-policy-main {
  background: radial-gradient(circle at top, rgba(255, 122, 26, 0.12), transparent 55%), #05070a;
}

.cookie-policy-hero {
  position: relative;
}

.cookie-policy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 0%, rgba(255, 122, 26, 0.4), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(14, 165, 233, 0.2), transparent 60%);
  opacity: 0.7;
  pointer-events: none;
}

.cookie-policy-hero .hero-inner {
  position: relative;
  z-index: 1;
}

.cookie-policy-intro {
  max-width: 44rem;
}

.cookie-policy-content {
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.cookie-list {
  list-style: disc;
  padding-left: 1.25rem;
  margin-top: var(--space-2);
}

.cookie-list li {
  margin-bottom: var(--space-2);
  color: var(--color-text-muted);
}

.cookie-policy-content .card h2 {
  margin-bottom: var(--space-3);
}

.cookie-policy-content a {
  font-weight: 600;
}
