body.pagina-legales {
  background: #0a0a0a;
  color: #f0f0f0;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
}

.seccion-legales {
  max-width: 900px;
  margin: auto;
  padding: 60px 20px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  border-left: 5px solid yellow;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(255,255,0,0.2);
}

.seccion-legales h1 {
  font-size: 2.5rem;
  color: yellow;
  margin-bottom: 30px;
  text-align: center;
}

.seccion-legales h2 {
  color: #ffdd00;
  font-size: 1.4rem;
  margin-top: 30px;
  border-bottom: 1px solid rgba(255,255,0,0.3);
  padding-bottom: 5px;
}

.seccion-legales p {
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 1rem;
}

.seccion-legales a {
  color: #00ffcc;
  text-decoration: none;
}

.seccion-legales a:hover {
  text-decoration: underline;
  color: #00ffaa;
}

.btn-volver {
  display: inline-block;
  margin-top: 40px;
  background-color: yellow;
  color: #000;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s;
}

.btn-volver:hover {
  background-color: white;
  box-shadow: 0 0 10px yellow;
}
