@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

body.privacy-page {
  margin: 0;
  min-width: 320px;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  color: var(--white);
  background:
    radial-gradient(circle at 23% 8%, rgba(255, 212, 0, 0.125), transparent 30rem),
    radial-gradient(circle at 82% 42%, rgba(255, 212, 0, 0.08), transparent 34rem),
    radial-gradient(circle at 45% 100%, rgba(255, 212, 0, 0.09), transparent 30rem),
    var(--black);
  font-family: "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}

.privacy-page *,
.privacy-page *::before,
.privacy-page *::after {
  box-sizing: border-box;
}

.privacy-page a {
  color: inherit;
}

.privacy-page a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.privacy-main {
  flex: 1 0 auto;
}

.privacy-shell {
  width: min(calc(100% - 3rem), 66rem);
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 5.5rem) 0 clamp(4rem, 8vw, 7rem);
}

.privacy-back {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--yellow) !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, transform 160ms ease;
}

.privacy-back:hover {
  color: var(--white) !important;
  transform: translateX(-0.2rem);
}

.privacy-back svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

.privacy-title {
  max-width: 12ch;
  margin: clamp(2.5rem, 6vw, 5rem) 0 1.25rem;
  color: var(--yellow);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  font-size: clamp(3.1rem, 9vw, 7rem);
  font-weight: 900;
  letter-spacing: 0.01em;
  line-height: 1;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.privacy-intro {
  max-width: 48rem;
  margin: 0 0 clamp(3rem, 6vw, 5rem);
  color: #c6c6c6;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.65;
}

.privacy-shell > ol {
  margin: 0;
  padding-left: clamp(1.5rem, 3vw, 2.25rem);
}

.privacy-shell > ol > li {
  margin: 0 0 clamp(2.75rem, 6vw, 5rem);
  padding-left: clamp(0.4rem, 1.5vw, 1rem);
}

.privacy-shell li::marker {
  color: var(--yellow);
  font-weight: 800;
}

.privacy-shell h3 {
  margin: 0 0 1.3rem;
  color: var(--white);
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  font-size: clamp(1.65rem, 3.2vw, 2.45rem);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.05;
  text-transform: uppercase;
}

.privacy-shell p,
.privacy-shell li {
  color: #b9b9b9;
}

.privacy-shell ul,
.privacy-shell ol ol {
  margin: 1rem 0 1.5rem;
  padding-left: clamp(1.25rem, 3vw, 2rem);
}

.privacy-shell ul li,
.privacy-shell ol ol li {
  margin: 0 0 0.9rem;
}

.privacy-shell b,
.privacy-shell strong {
  color: var(--white);
  font-weight: 800;
}

.privacy-shell a:not(.privacy-back) {
  color: var(--yellow);
  font-weight: 800;
  text-decoration-color: rgba(255, 212, 0, 0.45);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.privacy-shell a:not(.privacy-back):hover {
  color: var(--yellow-hover);
  text-decoration-color: currentColor;
}

.privacy-page .site-footer {
  flex: 0 0 auto;
  padding-top: 1rem;
}

.privacy-page .site-footer__inner {
  padding-bottom: 1.5rem;
}

.privacy-page .site-footer nav a[aria-current="page"] {
  color: var(--yellow);
}

@media (max-width: 680px) {
  body.privacy-page {
    background:
      radial-gradient(circle at 23% 14%, rgba(255, 212, 0, 0.025), transparent 30rem),
      radial-gradient(circle at 80% 38%, rgba(255, 212, 0, 0.125), transparent 30rem),
      radial-gradient(circle at 50% 100%, rgba(255, 212, 0, 0.125), transparent 28rem),
      var(--black);
  }

  .privacy-shell {
    width: min(calc(100% - 2rem), 66rem);
  }

  .privacy-title {
    font-size: clamp(2.75rem, 14vw, 4.5rem);
  }

  .privacy-shell > ol {
    padding-left: 1.35rem;
  }

  .privacy-shell > ol > li {
    padding-left: 0.2rem;
  }
}
