:root {
  color-scheme: dark;
  --bg: #02060b;
  --panel: rgba(5, 17, 30, 0.78);
  --panel-strong: rgba(7, 22, 38, 0.94);
  --line: rgba(132, 205, 255, 0.18);
  --line-strong: rgba(132, 205, 255, 0.36);
  --text: #f6f9ff;
  --muted: rgba(216, 229, 241, 0.74);
  --dim: rgba(169, 190, 207, 0.66);
  --cyan: #35d8ff;
  --blue: #4f85ff;
  --display: "Space Grotesk", "Inter", ui-sans-serif, system-ui, sans-serif;
  --font: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  background: var(--bg);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background: var(--bg);
  font-family: var(--font);
}

a {
  color: inherit;
}

code {
  padding: 0.12rem 0.34rem;
  border: 1px solid rgba(132, 205, 255, 0.16);
  border-radius: 5px;
  background: rgba(2, 9, 18, 0.74);
  color: #aeeeff;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.92em;
}

.privacy-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 6%, rgba(53, 216, 255, 0.14), transparent 28rem),
    radial-gradient(circle at 12% 18%, rgba(79, 133, 255, 0.14), transparent 26rem),
    linear-gradient(180deg, #02060b 0%, #07111d 42%, #02060b 100%);
}

.privacy-shell::before {
  content: "";
  position: fixed;
  right: -16rem;
  top: 9rem;
  width: min(54vw, 44rem);
  aspect-ratio: 1;
  border: 1px solid rgba(132, 205, 255, 0.13);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 26%, rgba(53, 216, 255, 0.16), transparent 19%),
    radial-gradient(circle at 54% 46%, rgba(79, 133, 255, 0.18), transparent 42%),
    rgba(3, 15, 28, 0.34);
  box-shadow: inset 0 0 88px rgba(53, 216, 255, 0.08), 0 0 120px rgba(53, 216, 255, 0.08);
  pointer-events: none;
}

.privacy-main {
  position: relative;
  z-index: 1;
  padding-top: var(--header-height, 88px);
}

.privacy-hero,
.privacy-layout {
  width: min(100%, 88rem);
  margin: 0 auto;
  padding-inline: clamp(1.25rem, 5vw, 5rem);
}

.privacy-hero {
  padding-top: clamp(4.5rem, 9vw, 7.5rem);
  padding-bottom: clamp(2.5rem, 6vw, 4.6rem);
}

.privacy-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 2rem;
  color: var(--dim);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.privacy-breadcrumbs > *::after {
  content: "/";
  margin-left: 0.45rem;
  color: rgba(216, 229, 241, 0.34);
}

.privacy-breadcrumbs > *:last-child::after {
  content: "";
  margin: 0;
}

.privacy-breadcrumbs a {
  text-decoration: none;
}

.privacy-breadcrumbs a:hover,
.privacy-breadcrumbs a:focus-visible,
.privacy-policy a:hover,
.privacy-policy a:focus-visible,
.privacy-footer a:hover,
.privacy-footer a:focus-visible {
  color: var(--cyan);
}

.privacy-kicker {
  margin: 0 0 0.9rem;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.privacy-hero h1 {
  max-width: 10ch;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(4rem, 11vw, 9rem);
  line-height: 0.88;
  letter-spacing: 0;
  text-transform: uppercase;
}

.privacy-lead {
  max-width: 48rem;
  margin: 1.4rem 0 0;
  color: rgba(246, 249, 255, 0.82);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
  line-height: 1.58;
}

.privacy-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 58rem;
  margin: 2.2rem 0 0;
}

.privacy-meta div {
  min-height: 6.4rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(3, 12, 22, 0.72);
}

.privacy-meta dt {
  margin: 0 0 0.54rem;
  color: var(--dim);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.privacy-meta dd {
  margin: 0;
  color: var(--text);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.35;
}

.privacy-layout {
  display: grid;
  grid-template-columns: 18rem minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
  padding-bottom: clamp(4rem, 9vw, 7rem);
}

.privacy-index {
  position: sticky;
  top: calc(var(--header-height, 88px) + 1rem);
  display: grid;
  gap: 0.1rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(8, 24, 42, 0.82), rgba(3, 10, 19, 0.9));
  box-shadow: inset 0 0 34px rgba(53, 216, 255, 0.04);
}

.privacy-index a {
  padding: 0.55rem 0.62rem;
  border-radius: 6px;
  color: rgba(232, 241, 250, 0.76);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease;
}

.privacy-index a:hover,
.privacy-index a:focus-visible {
  background: rgba(53, 216, 255, 0.08);
  color: var(--text);
  outline: none;
}

.privacy-policy {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line-strong);
}

.privacy-policy section {
  padding: clamp(1.45rem, 3vw, 2.25rem) 0;
  border-bottom: 1px solid rgba(132, 205, 255, 0.16);
}

.privacy-policy h2 {
  margin: 0 0 0.95rem;
  color: var(--text);
  font-family: var(--display);
  font-size: clamp(1.35rem, 2.3vw, 2.15rem);
  letter-spacing: 0;
}

.privacy-policy p,
.privacy-policy li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}

.privacy-policy p {
  max-width: 66rem;
  margin: 0;
}

.privacy-policy p + p,
.privacy-policy p + ul,
.privacy-policy ul + p {
  margin-top: 1rem;
}

.privacy-policy ul {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding-left: 1.18rem;
}

.privacy-policy strong {
  color: rgba(246, 249, 255, 0.94);
}

.privacy-policy a {
  color: #b7eeff;
  font-weight: 800;
  text-decoration: none;
}

.privacy-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 4.5rem;
  padding: 1rem clamp(1.25rem, 5vw, 5rem);
  border-top: 1px solid rgba(132, 205, 255, 0.14);
  background: #02060b;
}

.privacy-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 0.82rem;
  align-items: center;
  color: rgba(246, 249, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.privacy-footer-legal strong {
  color: #fff;
}

.privacy-footer-legal span {
  width: 1px;
  height: 1rem;
  background: rgba(246, 249, 255, 0.2);
}

.privacy-footer-legal p {
  margin: 0;
}

.privacy-footer-legal a {
  color: rgba(246, 249, 255, 0.78);
  text-decoration: none;
}

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

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

  .privacy-index {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .privacy-hero {
    padding-top: 3rem;
  }

  .privacy-hero h1 {
    font-size: clamp(3.1rem, 18vw, 4.8rem);
  }

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

  .privacy-policy p,
  .privacy-policy li {
    font-size: 0.96rem;
  }

  .privacy-footer {
    justify-content: center;
    text-align: center;
  }

  .privacy-footer-legal {
    justify-content: center;
  }
}
