:root {
  --privacy-ink: #f7f9ff;
  --privacy-copy: #b9c8e5;
  --privacy-line: rgba(157, 188, 255, .16);
  --privacy-paper: rgba(12, 31, 67, .92);
  --privacy-blue: #2767ee;
  --privacy-cyan: #64c8f3;
  --privacy-ease: cubic-bezier(.23, 1, .32, 1);
}

body {
  background:
    radial-gradient(circle at 88% 2%, rgba(91, 151, 255, .24), transparent 25rem),
    radial-gradient(circle at 8% 70%, rgba(58, 109, 213, .14), transparent 28rem),
    linear-gradient(180deg, #07172f 0, #0a1d3d 100%);
}

body::before {
  opacity: .15;
}

nav {
  background: rgba(7, 23, 47, .76);
  border-color: rgba(174, 205, 255, .13);
  backdrop-filter: blur(22px) saturate(135%);
}

.back {
  transition: background 160ms ease, transform 160ms var(--privacy-ease), border-color 160ms ease;
}

.back:active,
.btn:active,
.document-card:active {
  transform: scale(.97);
}

main {
  padding-top: 34px;
}

.hero {
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  align-items: center;
  gap: 48px;
  padding: 58px 62px;
  border-radius: 38px;
  background:
    radial-gradient(circle at 82% 30%, rgba(92, 194, 246, .2), transparent 23rem),
    linear-gradient(135deg, #0e2c60 0%, #123b80 54%, #174b99 100%);
  box-shadow: 0 35px 90px rgba(1, 12, 34, .32), inset 0 1px 0 rgba(255, 255, 255, .1);
}

.hero::before {
  width: 410px;
  height: 410px;
  right: -210px;
  bottom: -265px;
  border: 1px solid rgba(255, 255, 255, .12);
  background: transparent;
}

.hero::after {
  width: 260px;
  height: 260px;
  right: -105px;
  top: -150px;
  border-color: rgba(255, 255, 255, .09);
}

.hero-copy {
  max-width: 720px;
}

.hero h1 {
  max-width: 700px;
  margin: 23px 0 17px;
  font-size: clamp(42px, 5.7vw, 68px);
  letter-spacing: -.055em;
}

.hero .lead {
  max-width: 59ch;
  color: rgba(233, 242, 255, .78);
  font-size: 17px;
}

.kicker {
  background: rgba(255, 255, 255, .09);
  border-color: rgba(255, 255, 255, .13);
  color: #bfe7ff;
}

.hero-mark {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 17px;
  padding: 32px 24px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 28px;
  background: rgba(5, 23, 56, .27);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
  backdrop-filter: blur(16px);
  text-align: center;
}

.hero-mark .material-symbols-outlined {
  display: grid;
  place-items: center;
  width: 82px;
  height: 82px;
  border-radius: 24px;
  color: #d9f2ff;
  background: linear-gradient(145deg, rgba(104, 201, 255, .28), rgba(80, 135, 255, .18));
  font-size: 42px;
}

.hero-mark > span:last-child {
  color: rgba(239, 246, 255, .9);
  font-size: 15px;
  font-weight: 750;
  line-height: 1.45;
}

.document-overview {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  padding: 30px;
  border: 1px solid rgba(157, 188, 255, .18);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(16, 39, 81, .96), rgba(10, 27, 59, .94));
  box-shadow: 0 24px 70px rgba(1, 8, 24, .24), inset 0 1px 0 rgba(255, 255, 255, .045);
}

.overview-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.overview-kicker {
  color: var(--privacy-blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.overview-heading h2 {
  margin-top: 5px;
  color: var(--privacy-ink);
  font-size: clamp(22px, 3vw, 30px);
}

.overview-heading > p {
  color: #879bbb;
  font-size: 13px;
}

.document-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.document-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(157, 188, 255, .14);
  border-radius: 19px;
  background: rgba(255, 255, 255, .045);
  transition: transform 180ms var(--privacy-ease), border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.document-card:hover {
  transform: translateY(-2px);
  border-color: rgba(142, 193, 255, .3);
  background: rgba(101, 155, 255, .09);
  box-shadow: 0 14px 28px rgba(1, 8, 24, .18);
}

.document-card__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  color: #a9dcff;
  background: rgba(94, 165, 255, .18);
  box-shadow: inset 0 0 0 1px rgba(160, 215, 255, .1);
  font-size: 23px;
}

.document-card strong,
.document-card small {
  display: block;
}

.document-card strong {
  color: var(--privacy-ink);
  font-size: 14px;
  line-height: 1.3;
}

.document-card small {
  margin-top: 3px;
  overflow: hidden;
  color: #8fa4c7;
  font-size: 11.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.document-card__arrow {
  color: #a8c9ed;
  font-size: 18px;
  transition: transform 180ms var(--privacy-ease), color 180ms ease;
}

.document-card:hover .document-card__arrow {
  transform: translateY(3px);
  color: #c6e9ff;
}

.layout {
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 28px;
  margin-top: 28px;
}

.toc {
  top: 92px;
  padding: 14px;
  border-color: rgba(157, 188, 255, .15);
  border-radius: 22px;
  background: rgba(11, 29, 63, .9);
  box-shadow: 0 18px 45px rgba(1, 8, 24, .2);
  backdrop-filter: blur(18px);
}

.toc-title {
  padding: 7px 10px 11px;
  color: #7f94b7;
  font-size: 10.5px;
}

.toc > a {
  gap: 11px;
  min-height: 45px;
  padding: 10px 11px;
  color: #9cafcf;
  font-size: 12.5px;
  transition: color 160ms ease, background 160ms ease, transform 160ms var(--privacy-ease);
}

.toc > a::before {
  display: none;
}

.toc > a .material-symbols-outlined {
  color: #9fc7ed;
  font-size: 19px;
}

.toc > a:hover,
.toc > a.is-active {
  transform: translateX(2px);
  color: #eef5ff;
  background: rgba(71, 129, 240, .16);
}

.toc > a.is-active .material-symbols-outlined {
  color: #bce6ff;
}

.toc-help {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 13px;
  border-radius: 15px;
  color: #9cafcf;
  background: rgba(255, 255, 255, .045);
}

.toc-help > .material-symbols-outlined {
  color: #a9dcff;
  font-size: 20px;
}

.toc-help p {
  font-size: 11px;
  line-height: 1.4;
}

.toc-help a {
  display: block;
  margin-top: 2px;
  color: #9ed8ff;
  font-weight: 800;
}

.content {
  gap: 20px;
}

.section {
  scroll-margin-top: 96px;
  padding: clamp(25px, 4vw, 43px);
  border-color: var(--privacy-line);
  border-radius: 28px;
  color: var(--privacy-ink);
  background: var(--privacy-paper);
  box-shadow: 0 18px 44px rgba(1, 7, 20, .2), inset 0 1px 0 rgba(255, 255, 255, .04);
}

.section-head {
  padding-bottom: 19px;
  border-bottom: 1px solid rgba(157, 188, 255, .13);
}

.section-icon {
  width: 46px;
  height: 46px;
  flex-basis: 46px;
  border-color: rgba(118, 164, 255, .18);
  color: #bce6ff;
  background: rgba(105, 174, 255, .16);
  box-shadow: inset 0 0 0 1px rgba(172, 221, 255, .08);
}

.section h2 {
  max-width: 720px;
  color: var(--privacy-ink);
  font-size: clamp(19px, 2.4vw, 26px);
  text-wrap: balance;
}

.section h3 {
  position: relative;
  margin-top: 31px;
  padding-left: 15px;
  color: #e7f0ff;
  font-size: 15px;
  letter-spacing: -.01em;
}

.section h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: .25em;
  width: 4px;
  height: 1.15em;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--privacy-blue), var(--privacy-cyan));
}

.section p,
.section li {
  color: var(--privacy-copy);
  font-size: 14px;
  line-height: 1.78;
}

.section strong {
  color: #dbe9ff;
}

.legal-meta {
  margin-top: 20px;
  border-color: rgba(118, 164, 255, .18);
  color: #cfe2ff !important;
  background: rgba(118, 164, 255, .09);
}

.legal-list li::before {
  top: .78em;
  background: #4d8ff5;
  box-shadow: 0 0 0 4px rgba(39, 103, 238, .09);
}

.contact {
  scroll-margin-top: 96px;
  padding: 37px;
  border-radius: 28px;
  background: linear-gradient(125deg, #123b80, #1f5fbd);
  box-shadow: 0 22px 52px rgba(21, 62, 124, .18);
}

.btn {
  transition: transform 160ms var(--privacy-ease), background 160ms ease;
}

footer {
  color: #879bbb;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 46px;
  }

  .hero-mark {
    display: none;
  }

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

  .toc {
    position: sticky;
    top: 76px;
    z-index: 20;
    display: flex;
    gap: 6px;
    overflow-x: auto;
    padding: 8px;
    scrollbar-width: none;
  }

  .toc::-webkit-scrollbar {
    display: none;
  }

  .toc-title,
  .toc-help {
    display: none;
  }

  .toc > a {
    flex: 0 0 auto;
    min-height: 40px;
    border: 0;
    background: transparent;
    white-space: nowrap;
  }

  .toc > a.is-active {
    transform: none;
  }
}

@media (max-width: 640px) {
  body {
    background: linear-gradient(180deg, #07172f 0, #0a1d3d 100%);
  }

  main {
    padding-top: 20px;
  }

  .hero {
    padding: 34px 23px;
    border-radius: 28px;
  }

  .hero h1 {
    font-size: clamp(37px, 12vw, 51px);
  }

  .hero .lead {
    font-size: 14.5px;
    line-height: 1.7;
  }

  .meta-row {
    display: grid;
  }

  .meta {
    width: fit-content;
  }

  .document-overview {
    padding: 22px 17px;
    border-radius: 24px;
  }

  .overview-heading {
    align-items: start;
    margin-bottom: 17px;
  }

  .overview-heading > p {
    display: none;
  }

  .document-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .document-card {
    padding: 13px;
    border-radius: 16px;
  }

  .toc {
    top: 69px;
    margin-inline: -2px;
    border-radius: 17px;
  }

  .toc > a {
    padding: 8px 10px;
    font-size: 11.5px;
  }

  .toc > a .material-symbols-outlined {
    font-size: 17px;
  }

  .section {
    padding: 25px 20px;
    border-radius: 23px;
  }

  .section-head {
    gap: 12px;
  }

  .section-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .section h2 {
    font-size: 18px;
    line-height: 1.35;
  }

  .section h3 {
    margin-top: 27px;
    font-size: 14px;
  }

  .section p,
  .section li {
    font-size: 13.5px;
  }

  .contact {
    padding: 27px 21px;
  }
}

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

  .back,
  .btn,
  .document-card,
  .document-card__arrow,
  .toc > a {
    transition: none;
  }
}

@media print {
  body {
    background: #fff;
  }

  .document-overview,
  .hero-mark {
    display: none;
  }
}
