.cadastroforever-container {
  max-width: 600px;
  margin: 60px auto 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(80,100,80,0.08);
  padding: 32px 30px 38px 30px;
  font-family: Georgia, serif;
  color: #364529;
}

.cadastroforever-container h1 {
  text-align: center;
  color: #74885C;
  font-size: 2rem;
  margin-bottom: 22px;
}

.cadastroforever-container ol {
  margin-left: 18px;
  margin-bottom: 24px;
  font-size: 1.08rem;
}

.cadastroforever-container li {
  margin-bottom: 10px;
}

.btn-cadastro-forever {
  display: block;
  margin: 28px auto 0 auto;
  padding: 14px 36px;
  background: #74885C;
  color: #fff;
  font-weight: bold;
  border-radius: 24px;
  font-size: 1.17rem;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(80,100,80,0.10);
  transition: background 0.2s, box-shadow 0.2s;
  text-align: center;
}

.btn-cadastro-forever:hover {
  background: #6A7C4F;
  box-shadow: 0 6px 14px rgba(80,100,80,0.16);
}
