/* Privacy pagina — leest verder op de contact-pagina-stijl, maar dan
   links uitgelijnd en met ruimte voor meerdere alinea's/koppen. */

.privacy-layout {
  max-width: 720px;
  text-align: left;
}

.privacy-layout .contact-title {
  text-align: left;
}

.privacy-heading {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #001966;
  margin: 2rem 0 0.75rem;
}

.privacy-text {
  font-size: 0.92rem;
  color: rgba(0,0,0,0.65);
  line-height: 1.7;
  margin-bottom: 0.5rem;
  text-align: left;
}

.privacy-text a {
  color: #001966;
  text-decoration: underline;
}

.privacy-layout .contact-back {
  margin-top: 2.5rem;
}

@media (max-width: 600px) {
  .privacy-main { padding: 5rem 1.5rem 3rem; }
}
