* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-height: 100vh;
  background-color: #2b1d16;
  color: #f1e6d2;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  line-height: 1.6;
}

.manual-contenedor {
  max-width: 640px;
  margin: 0 auto;
  padding: 60px 24px;
}

.manual-seccion {
  margin-bottom: 48px;
}

h1 {
  font-family: 'Germania One', cursive;
  font-size: 2.4rem;
  color: #efb810;
  margin-bottom: 8px;
}

.manual-subtitulo {
  font-size: 1rem;
  font-style: italic;
  color: #b8a48c;
}

h2 {
  font-size: 1.3rem;
  color: #efb810;
  margin-bottom: 12px;
  font-family: 'Germania One', cursive;
}

p {
  margin-bottom: 12px;
}

ul {
  padding-left: 20px;
}

li {
  margin-bottom: 12px;
}

strong {
  color: #efb810;
}

.manual-nota {
  font-style: italic;
  text-align: center;
  color: #b8a48c;
  border-top: 1px solid #4a3525;
  padding-top: 32px;
}

.manual-volver {
  text-align: center;
}

.boton-manual-volver {
  display: inline-block;
  background-color: #efb810;
  color: #2b1d16;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, sans-serif;
  transition: all 0.2s ease;
}

.boton-manual-volver:hover {
  background-color: #f7cf43;
  transform: translateY(-2px);
}

.manual-footer {
  text-align: center;
  color: #4a3525;
  font-size: 0.85rem;
  margin-top: 48px;
}
