.cookie-hero {
  background: radial-gradient(circle at top left, rgba(197, 157, 95, 0.22), transparent 55%),
              linear-gradient(135deg, #05060a, #10141b 55%, #05060a 100%);
}

.cookie-hero__header {
  max-width: 720px;
}

.cookie-hero__eyebrow {
  font-size: var(--font-size-xs);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}

.cookie-hero__title {
  font-size: var(--font-size-4xl);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: var(--space-3);
}

.cookie-hero__subtitle {
  color: var(--color-text-muted);
}

.cookie-card {
  max-width: 960px;
  margin: 0 auto;
}

.cookie-card__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-8);
}

.cookie-section h2 {
  font-size: var(--font-size-2xl);
  margin-bottom: var(--space-3);
}

.cookie-section p {
  margin-bottom: var(--space-3);
}

.cookie-section ul {
  margin-bottom: var(--space-3);
}

.cookie-section li {
  color: var(--color-text-muted);
}

.cookie-section a.a-link {
  font-weight: 500;
}

@media (max-width: 768px) {
  .cookie-hero__title {
    font-size: var(--font-size-3xl);
  }

  .cookie-card {
    padding: var(--space-5);
  }
}
