/* -----------------------------
   Estilos base
------------------------------ */

body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  background: #f9f9f9;
  color: #333;
}

body.reset-page {
  background: #f9f9f9;
}

header {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
}

.logo-img {
  max-width: 300px;
}

.logo-text {
  font-size: 2em;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.tagline {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.btn-principal {
  background: rgb(255, 171, 64);
  color: #fff;
  padding: 12px 24px;
  font-size: 1.05em;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  max-width: 220px;
  text-align: center;
  text-decoration: none;
}

section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
}

h2 {
  font-size: 1.8em;
  margin-bottom: 20px;
  text-align: center;
}

.promo, .maqueta, .preview {
  text-align: center;
}

.promo-img, .maqueta-img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.galeria {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.captura {
  max-width: 280px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.captura:hover {
  transform: scale(1.05);
}

footer {
  background: #535151;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
}

@media (max-width: 600px) {
  .captura {
    max-width: 100%;
  }
}

/* -----------------------------
   Secciones QRVentas
------------------------------ */

.qrventas-features {
  background-color: #f9f9f9;
  padding: 60px 40px;
  text-align: center;
  color: #0A0A2A;
}

.illustration-row {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}

.illustration-row img {
  height: 120px;
}

.features-grid {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.feature-item {
  max-width: 280px;
  text-align: center;
}

.feature-item img {
  height: 60px;
  margin-bottom: 20px;
}

.feature-item h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.feature-item p {
  font-size: 15px;
  color: #444;
}

section.qrventas-features,
section.qrventas-how {
  max-width: 1200px;
}

.qrventas-how {
  background-color: #f78839;
  color: white;
  padding: 40px 0px;
  text-align: center;
}

.qrventas-how h2 {
  font-size: 28px;
  margin-bottom: 30px;
}

.how-steps {
  list-style: decimal inside;
  font-size: 18px;
  line-height: 1.8;
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}

/* -----------------------------
   Estilos para pantalla de reseteo
------------------------------ */

.reset-page .reset-header {
  background: #111;
  color: #fff;
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid rgb(255, 171, 64);
}

.reset-page .reset-header img {
  max-height: 180px;
  height: auto;
}

.reset-page .reset-title-section {
  text-align: center;
  padding: 20px 0;
}

.reset-page .reset-title {
  font-size: 1.4em;
  font-weight: 500;
  margin: 0;
  color: #333;
}

.reset-page .reset-form-section {
  display: flex;
  justify-content: center;
  padding: 30px 20px;
  max-width: 600px;
  margin: 0 auto;
}

.reset-page .form-wrapper {
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
  padding-bottom: 40px;
}

.reset-page form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.reset-page form input[type="password"] {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  padding: 10px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: block;
}

.reset-page .mensaje {
  text-align: center;
  font-size: 1.1em;
  margin-top: 20px;
}


html, body {
  height: 100%;
}

.layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.layout > footer {
  margin-top: auto;
}
