/* Estilos base para Shine Digital Boost */

body {
  font-family: 'Poppins', Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f8fafc;
  color: #222;
}

#app {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}

h1, h2, .gloock {
  font-family: 'Gloock', serif !important;
}

@media (max-width: 900px) {
  #app {
    padding: 0.5rem;
  }
  .hero-section, .benefits-section, .social-proof-section, .lead-magnet-section, .final-cta-section {
    padding: 2rem 0.5rem;
  }
}

@media (max-width: 700px) {
  .hero-section > div,
  .benefits-section > div,
  .social-proof-section > div {
    flex-direction: column !important;
    gap: 1.5rem !important;
  }
  .hero-section img {
    max-width: 90vw !important;
  }
  h1 {
    font-size: 2rem !important;
  }
  h2 {
    font-size: 1.3rem !important;
  }
}
