/* ===== Privacy Policy Page ===== */

.privacy-page {
  background: #f7f9fb;
}

.privacy-main {
  overflow: visible;
}

/* ===== Hero ===== */
.privacy-hero {
  background: #eff4ff;
  padding: 80px 40px;
}

.privacy-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.privacy-hero__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.64px;
  color: #001e40;
  text-align: center;
}

.privacy-hero__product {
  padding-top: 8px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #001e40;
  text-align: center;
}

.privacy-hero__date {
  font-size: 18px;
  line-height: 28px;
  color: #43474f;
  text-align: center;
}

/* ===== Body Layout ===== */
.privacy-body {
  background: #f7f9fb;
  padding: 64px 64px 96px;
}

.privacy-body__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  position: relative;
}

/* ===== Sidebar ===== */
.privacy-sidebar {
  flex-shrink: 0;
  width: 288px;
  position: sticky;
  top: 97px;
  align-self: flex-start;
  background: #eff4ff;
  border: 1px solid #c3c6d1;
  border-radius: 8px;
  padding: 25px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  z-index: 10;
}

.privacy-sidebar__title {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 28px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #001e40;
}

.privacy-sidebar__title img {
  width: 13px;
  height: 17px;
  flex-shrink: 0;
}

.privacy-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.privacy-sidebar__nav a {
  display: block;
  padding: 7px 8px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 19.5px;
  color: #43474f;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.privacy-sidebar__nav a:hover {
  background: rgba(45, 188, 254, 0.15);
}

.privacy-sidebar__nav a.active {
  background: #2dbcfe;
  color: #004866;
  font-weight: 700;
}

/* ===== Content ===== */
.privacy-content {
  flex: 1;
  min-width: 0;
  max-width: 768px;
  color: #43474f;
  font-size: 16px;
  line-height: 28.8px;
}

.privacy-content p {
  margin: 0;
}

.privacy-content h2 {
  font-weight: 700;
  font-size: 19px;
  line-height: 28.8px;
  color: #43474f;
  margin: 0;
  padding-top: 32px;
}

.privacy-content h2:first-child {
  /* padding-top: 0; */
}

.privacy-content__intro {
  margin-bottom: 8px;
}

.privacy-content__section + .privacy-content__section {
  margin-top: 0;
}
