main {
  max-width: 900px;
  margin: 3rem auto;
  padding: 0 20px;
  font-family: 'Poppins', sans-serif;
  color: #eee;
  line-height: 1.7;
}

h1, h2, h3 {
  color: #4f46e5;
  margin-bottom: 1rem;
}

h1 {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 2.5rem;
}

section {
  margin-bottom: 2rem;
}

p, ul {
  text-align: justify;
  text-indent: 1.2em;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

ul {
  padding-left: 1.5em;
  text-indent: 0;
}

ul li {
  margin-bottom: 0.5rem;
}

section.clauses-finales {
  color: #f44336;
  font-weight: 600;
}

footer {
  text-align: center;
  padding: 1rem 0;
  color: #888;
  font-size: 0.9rem;
  margin-top: 3rem;
}

/* Responsive */
@media (max-width: 768px) {
  main {
    margin: 2rem 10px;
    padding: 0 10px;
  }

  h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  p, ul {
    font-size: 1rem;
  }
}
