/* === Privacy page layout === */
.container {
  max-width: 760px;
  margin: 8vh auto 7vh;
  padding: 0 28px;
}

/* === Content === */
.privacy-content {
  max-width: 680px;
}

/* === Header === */
.privacy-header {
  margin-bottom: 42px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.privacy-header h1 {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.02em;
}

.version {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* === Sections === */
.privacy-content section {
  margin-bottom: 34px;
}

.privacy-content h2 {
  margin: 0 0 12px;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.4;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.privacy-content p,
.privacy-content ul {
  max-width: 680px;
}

/* === Responsive === */
@media (max-width: 640px) {
  .container {
    margin-top: 5vh;
    padding: 0 20px;
  }

  .logo-wrap {
    margin-bottom: 36px;
  }

  .privacy-header {
    margin-bottom: 34px;
  }

  .privacy-header h1 {
    font-size: 1.55rem;
  }
}
