/* Politique de confidentialité — styles externalisés (CSP-safe : style-src 'self',
   aucun style inline). Accent maroon #970000, aligné sur la page /envoyer. */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #f5f5f7;
  color: #1d1d1f;
  line-height: 1.6;
}
header {
  background: #970000;
  color: #fff;
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
}
header h1 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
header p {
  font-size: 0.9rem;
  opacity: 0.85;
}
main {
  max-width: 720px;
  margin: 2rem auto;
  padding: 0 1.25rem 4rem;
}
section {
  background: #fff;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
section h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #970000;
  margin-bottom: 0.6rem;
}
section p,
section ul {
  font-size: 0.95rem;
  color: #3a3a3c;
}
section p + p {
  margin-top: 0.6rem;
}
section ul {
  padding-left: 1.2rem;
}
section ul li {
  margin-bottom: 0.35rem;
}
section a {
  color: #970000;
}
footer {
  text-align: center;
  font-size: 0.8rem;
  color: #8e8e93;
  padding-bottom: 2rem;
}
/* Navigation du pied (les pages légales sont des points d'entrée depuis les stores :
   sans ces liens, elles seraient des culs-de-sac). Accent de marque, comme dans le
   corps — sinon les liens hériteraient du gris du pied et passeraient inaperçus. */
footer a {
  color: #970000;
}
