:root {
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--inflict-header-offset, 90px) + 22px);
  background: #000;
}

body {
  min-width: 280px;
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 10% 5%, rgba(141, 239, 255, 0.08), transparent 30rem),
    radial-gradient(circle at 90% 18%, rgba(176, 98, 255, 0.08), transparent 32rem),
    #000;
  color: rgba(255, 255, 255, 0.82);
  font-family: Archivo, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.72;
}

a {
  color: #8defff;
  text-decoration-color: rgba(141, 239, 255, 0.5);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: #fff;
  text-decoration-color: #fff;
}

a:focus-visible {
  border-radius: 3px;
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.privacy-page {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: calc(var(--inflict-header-offset, 90px) + 44px);
}

.privacy-hero {
  position: relative;
  padding: clamp(34px, 6vw, 74px);
  overflow: hidden;
  border: 1px solid rgba(141, 239, 255, 0.24);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(141, 239, 255, 0.07), transparent 48%),
    rgba(5, 7, 10, 0.9);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.privacy-hero::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 160px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #b062ff);
  box-shadow: 0 0 18px rgba(176, 98, 255, 0.8);
  content: "";
}

.privacy-eyebrow,
.privacy-section-number,
.privacy-toc > p,
.privacy-summary span {
  margin: 0;
  color: rgba(141, 239, 255, 0.72);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.privacy-hero h1 {
  max-width: 840px;
  margin: 10px 0 4px;
  color: #fff;
  font-size: clamp(2.6rem, 7vw, 5.8rem);
  font-weight: 820;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.privacy-updated {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.82rem;
}

.privacy-lede {
  max-width: 820px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
  line-height: 1.62;
}

.privacy-lede strong {
  color: #fff;
}

.privacy-summary {
  display: grid;
  margin-top: 42px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.privacy-summary article {
  min-height: 188px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.34);
}

.privacy-summary h2 {
  margin: 16px 0 8px;
  color: #fff;
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.privacy-summary p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.86rem;
  line-height: 1.62;
}

.privacy-actions {
  display: flex;
  margin-top: 22px;
  flex-wrap: wrap;
  gap: 9px;
}

.privacy-button {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 16px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(141, 239, 255, 0.36);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: border-color 150ms ease, background 150ms ease, color 150ms ease, transform 150ms ease;
}

.privacy-button--primary {
  border-color: #8defff;
  background: #8defff;
  color: #000;
}

.privacy-button:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.09);
  color: #fff;
  transform: translateY(-1px);
}

.privacy-button--primary:hover {
  background: #fff;
  color: #000;
}

.privacy-layout {
  display: grid;
  margin-top: 34px;
  align-items: start;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: clamp(34px, 7vw, 88px);
}

.privacy-toc {
  position: sticky;
  top: calc(var(--inflict-header-offset, 90px) + 22px);
  padding: 18px 0;
  border-top: 1px solid rgba(141, 239, 255, 0.28);
}

.privacy-toc ol {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.privacy-toc li + li {
  margin-top: 2px;
}

.privacy-toc a {
  display: block;
  padding: 5px 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  line-height: 1.35;
  text-decoration: none;
  transition: color 150ms ease, transform 150ms ease;
}

.privacy-toc a:hover {
  color: #8defff;
  transform: translateX(3px);
}

.privacy-content {
  min-width: 0;
}

.privacy-content section {
  padding: 54px 0 58px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.privacy-content section:first-child {
  padding-top: 18px;
  border-top: 0;
}

.privacy-content h2 {
  margin: 7px 0 24px;
  color: #fff;
  font-size: clamp(1.65rem, 4vw, 2.45rem);
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.privacy-content h3 {
  margin: 32px 0 10px;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.35;
}

.privacy-content p,
.privacy-content ul {
  max-width: 800px;
  margin-top: 0;
  margin-bottom: 18px;
}

.privacy-content ul {
  padding-left: 1.25rem;
}

.privacy-content li {
  padding-left: 0.3rem;
}

.privacy-content li + li {
  margin-top: 9px;
}

.privacy-content strong {
  color: rgba(255, 255, 255, 0.94);
}

.privacy-table-wrap {
  max-width: 100%;
  margin: 26px 0 28px;
  overflow-x: auto;
  border: 1px solid rgba(141, 239, 255, 0.18);
  border-radius: 12px;
  background: rgba(4, 7, 10, 0.72);
}

.privacy-table-wrap:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.privacy-table-wrap table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  font-size: 0.8rem;
  line-height: 1.5;
}

.privacy-table-wrap th,
.privacy-table-wrap td {
  padding: 15px 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: top;
  text-align: left;
}

.privacy-table-wrap th {
  background: rgba(141, 239, 255, 0.06);
  color: #8defff;
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.privacy-table-wrap td:first-child {
  width: 30%;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 650;
}

.privacy-table-wrap tr:last-child td {
  border-bottom: 0;
}

.privacy-callout {
  max-width: 800px;
  margin: 30px 0 18px;
  padding: 24px 26px;
  border: 1px solid rgba(141, 239, 255, 0.3);
  border-left: 3px solid #8defff;
  border-radius: 3px 12px 12px 3px;
  background: rgba(141, 239, 255, 0.045);
}

.privacy-callout--important {
  border-color: rgba(176, 98, 255, 0.42);
  border-left-color: #b062ff;
  background: rgba(176, 98, 255, 0.055);
}

.privacy-callout h3 {
  margin-top: 0;
}

.privacy-callout p:last-child {
  margin-bottom: 0;
}

@media (max-width: 840px) {
  .privacy-summary {
    grid-template-columns: 1fr;
  }

  .privacy-summary article {
    min-height: 0;
  }

  .privacy-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .privacy-toc {
    position: static;
  }

  .privacy-toc ol {
    columns: 2;
    column-gap: 24px;
  }

  .privacy-toc li {
    break-inside: avoid;
  }
}

@media (max-width: 560px) {
  .privacy-page {
    width: min(100% - 24px, 1180px);
    padding-top: calc(var(--inflict-header-offset, 74px) + 24px);
  }

  .privacy-hero {
    padding: 28px 20px;
    border-radius: 13px;
  }

  .privacy-summary {
    margin-top: 30px;
  }

  .privacy-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .privacy-toc ol {
    columns: 1;
  }

  .privacy-content section {
    padding: 42px 0 46px;
  }

  .privacy-callout {
    padding: 21px 19px;
  }
}

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

  .privacy-button,
  .privacy-toc a {
    transition: none;
  }
}
