.privacy-page {
  background: #f7f8fb;
  color: #172033;
}

.privacy-hero {
  padding: 88px 0 58px;
  background:
    radial-gradient(circle at 82% 20%, rgba(89, 100, 242, 0.16), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fb 100%);
}

.privacy-hero-inner {
  max-width: 820px;
}

.privacy-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #5964f2;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.privacy-kicker span {
  width: 26px;
  height: 2px;
  background: currentColor;
}

.privacy-hero h1 {
  margin: 0;
  font-size: clamp(2.25rem, 6vw, 4.75rem);
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.privacy-hero p {
  max-width: 700px;
  margin: 24px 0 14px;
  color: #5e687a;
  font-size: 1.08rem;
  line-height: 1.8;
}

.privacy-updated {
  color: #8a92a2;
  font-size: 0.9rem;
}

.privacy-content {
  padding: 34px 0 96px;
}

.privacy-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 32px;
  align-items: start;
}

.privacy-document,
.privacy-summary {
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(35, 43, 70, 0.07);
}

.privacy-document {
  padding: clamp(28px, 5vw, 54px);
}

.privacy-document section + section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #edf0f5;
}

.privacy-document h2 {
  margin: 0 0 14px;
  font-size: 1.35rem;
}

.privacy-document p {
  margin: 0;
  color: #596477;
  line-height: 1.9;
}

.privacy-document p + p {
  margin-top: 12px;
}

.privacy-preference {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 20px;
  border-radius: 18px;
  background: #f4f5ff;
}

.privacy-preference div {
  display: grid;
  gap: 5px;
}

.privacy-preference span {
  color: #687287;
  font-size: 0.92rem;
}

.privacy-home-link {
  display: inline-flex;
  margin-top: 20px;
  color: #4d58df;
  font-weight: 750;
}

.privacy-summary {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 14px;
  padding: 26px;
}

.privacy-summary small {
  color: #8a92a2;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.privacy-summary strong {
  padding: 13px 0;
  border-bottom: 1px solid #edf0f5;
  font-size: 0.96rem;
}

.privacy-summary strong:last-child {
  border-bottom: 0;
}

.privacy-footer .footer-bottom {
  justify-content: space-between;
}

.privacy-footer a {
  color: inherit;
}

@media (max-width: 820px) {
  .privacy-hero {
    padding-top: 64px;
  }

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

  .privacy-summary {
    position: static;
    order: -1;
  }

  .privacy-preference {
    align-items: stretch;
    flex-direction: column;
  }
}
