:root {
  color-scheme: dark;
  font-family: Onest, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #080a0f;
  color: #f8fafc;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #080a0f;
  color: #f8fafc;
  line-height: 1.65;
}

a {
  color: #dbeafe;
  text-underline-offset: 3px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #93c5fd;
  outline-offset: 3px;
}

.privacy-header,
.privacy-main,
.privacy-footer {
  width: min(100% - 32px, 760px);
  margin-inline: auto;
}

.privacy-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  border-bottom: 1px solid #272b33;
}

.privacy-brand {
  color: #fff;
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.privacy-language {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #cbd5e1;
}

.privacy-main {
  padding-block: 56px 72px;
}

.privacy-main h1 {
  max-width: 18ch;
  margin: 0;
  font-family: Manrope, system-ui, sans-serif;
  font-size: clamp(2rem, 1.65rem + 1.5vw, 3rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.privacy-lead {
  max-width: 64ch;
  margin-block: 18px 0;
  color: #cbd5e1;
  font-size: 1.05rem;
}

.privacy-updated {
  margin-block: 12px 0;
  color: #94a3b8;
  font-size: 0.875rem;
}

.privacy-section {
  max-width: 72ch;
  padding-block: 32px;
  border-bottom: 1px solid #272b33;
}

.privacy-section h2 {
  margin: 0 0 12px;
  font-family: Manrope, system-ui, sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0;
}

.privacy-section p,
.privacy-section ul {
  margin-block: 0 12px;
  color: #cbd5e1;
}

.privacy-section li + li {
  margin-top: 8px;
}

.privacy-button {
  min-height: 44px;
  margin-top: 8px;
  padding-inline: 16px;
  border: 1px solid #64748b;
  border-radius: 6px;
  background: transparent;
  color: #f8fafc;
  font: 600 0.9375rem/1 system-ui, sans-serif;
  cursor: pointer;
}

.privacy-button:hover {
  background: #171a21;
  border-color: #94a3b8;
}

.privacy-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  padding-block: 24px 40px;
  color: #94a3b8;
  font-size: 0.875rem;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

@media (prefers-contrast: more) {
  .privacy-header,
  .privacy-section {
    border-color: #94a3b8;
  }

  .privacy-lead,
  .privacy-section p,
  .privacy-section ul {
    color: #f1f5f9;
  }
}
