.privacy-container {
  max-width: 960px;
  margin: 7rem auto 4rem;
  padding: 2rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
}

.privacy-container h1 {
  font-size: 2.2rem;
  color: var(--blue);
  text-align: center;
  margin-bottom: 0.2rem;
}

.subtitle {
  font-size: 0.95rem;
  color: #666;
  text-align: center;
  margin-bottom: 2.5rem;
}

.privacy-content article {
  margin-bottom: 2.2rem;
  line-height: 1.7;
}

.privacy-content h2 {
  font-size: 1.2rem;
  color: var(--blue);
  margin-bottom: 0.6rem;
  font-weight: 700;
}

.privacy-content p,
.privacy-content li {
  font-size: 1rem;
  color: #333;
}

.privacy-content ul {
  list-style: disc;
  padding-left: 1.2rem;
  margin-top: 0.8rem;
}

@media screen and (max-width: 720px) {
  .privacy-container {
    padding: 1.5rem 1rem;
    margin: 6rem 1rem 3rem;
  }

  .privacy-container h1 {
    font-size: 1.6rem;
  }

  .privacy-content h2 {
    font-size: 1.1rem;
  }

  .privacy-content p,
  .privacy-content li {
    font-size: 0.95rem;
  }
}
