/* Mentions légales – style sobre */

body{
  margin:0;
  padding:0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  background:#f7f2ee;
  color:#1f1f1f;
}

.legal-wrapper{
  max-width:800px;
  margin:40px auto;
  padding:30px 24px;
  background:rgba(255,255,255,.75);
  border-radius:20px;
  border:1px solid rgba(0,0,0,.08);
  box-shadow:0 10px 30px rgba(0,0,0,.08);
}

h1{
  font-size:26px;
  margin-bottom:24px;
  text-align:center;
}

section{
  margin-bottom:22px;
}

h2{
  font-size:16px;
  margin-bottom:8px;
  text-transform:uppercase;
  letter-spacing:.08em;
  opacity:.8;
}

p{
  font-size:14px;
  line-height:1.6;
  margin:0;
}

a{
  color:inherit;
  text-decoration:underline;
}

@media (max-width:600px){
  .legal-wrapper{
    margin:20px 12px;
    padding:22px 18px;
  }
}
