.privacy-card,
.terms-card{
  background: #ffffff;
  border: 1px solid rgba(17,24,39,0.12);
  box-shadow: 0 18px 40px rgba(17,24,39,0.12);
  max-width: 640px;
  margin: 32px auto;
  padding: 32px 28px;
  text-align: right;
}


.privacy-card h1,
.terms-card h1{
  font-size: 32px;
  font-weight: 900;
  color: #111827;
  margin-bottom: 16px;
}

.privacy-card h2,
.terms-card h2{
  font-size: 20px;
  font-weight: 800;
  margin: 26px 0 10px;
  color: #374151;
}

.privacy-card p,
.terms-card p{
  font-size: 16px;
  line-height: 1.7;
  color: #111827;
  margin-bottom: 12px;
}

.privacy-card .updated,
.terms-card .updated{
  margin-top: 20px;
  font-size: 14px;
  color: #6b7280;
}

.privacy-card .back-link,
.terms-card .back-link{
  display: inline-block;
  margin-top: 18px;
  font-weight: 800;
  color: #7c3aed;
  text-decoration: underline;
}
