body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
  background:#0d0d0d;
  text-align: center;
  color: white;
}
.redes {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.kit-legal-section {
  max-width: 460px;
  margin: auto;
  padding: 20px;
  color: #f1f1f1;
  text-align: center;
}

.kit-legal-section .titulo {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(to right, #f7c14b, #d4af37);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.kit-legal-section .linea {
  width: 140px;
  height: 4px;
  margin: 10px auto 20px;
  background: linear-gradient(to right, #f7c14b, #d4af37);
  border-radius: 2px;
}

.descripcion {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.subtitulo {
  margin-top: 30px;
  font-size: 1.3rem;
  background: linear-gradient(to right, #f7c14b, #d4af37);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.detalles,
.faq {
  text-align: left;
  margin: 20px auto;
  padding: 0;
  list-style: none;
  max-width: 360px;
}

.detalles li,
.faq li {
  margin: 10px 0;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: 1rem;
}

.detalles li i {
  color: #f7c14b;
  min-width: 20px;
  margin-top: 2px;
}

.texto {
  font-size: 1rem;
  margin: 10px 0 20px;
  color: #ccc;
  line-height: 1.5;
}

.btn-compra, .btn-info {
  display: inline-block;
  background: #3a2a06;
  color: #f7c14b;
  padding: 12px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
  margin: 10px 5px;
}

.btn-compra:hover, .btn-info:hover {
  background: #5c3d09;
}


.redes a {
  float: center;
  font-size: 1.5rem;
  color: #f7c14b;
  transition: transform 0.3s;
}

.container {
  max-width: 450px;
  margin: auto;
  padding: 20px;
}

.titulo {
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 20px;
  background: linear-gradient(to right, #f5dba3, #fdc302);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.linea {
  width: 140px;
  height: 4px;
  margin: 10px auto 15px;
  background: linear-gradient(to right, #f7c14b, #d4af37);
  border-radius: 2px;
}

.subtitulo {
  font-size: 1.2rem;
  font-weight: 600;
  color: #a0a0a0;
  margin-bottom: 10px;
}

.descripcion {
  font-size: 1.1rem;
  background: linear-gradient(to right, #f7c14b, #d4af37);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 25px;
}

.lista {
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 0 auto 30px;
  max-width: 320px;
}

.lista li {
  font-size: 1rem;
  margin: 10px 0;
  color: #f1f1f1;
}

.beneficios-title {
  font-size: 1.2rem;
  font-weight: 700;
  background: linear-gradient(to right, #f7c14b, #d4af37);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 10px;
}

.beneficios li {
  color: #ffe28a;
}

.regresar-btn {
  display: inline-block;
  background: #3a2a06;
  color: #f7c14b;
  padding: 12px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  border: none;
  transition: background 0.3s;
  margin-top: 20px;
}

.regresar-btn:hover {
  background: #5c3d09;
}

footer {
  font-size: 0.8rem;
  color: #777;
  margin-top: 30px;
}
