/* Estilos específicos para la landing page */
body.landing-page .custom-container {
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

body.landing-page .container {
  max-width: 100% !important;
  width: 100% !important;
}

body.landing-page section {
  width: 100% !important;
  max-width: 100% !important;
}

body.landing-page .home-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}

body.landing-page .features-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}

body.landing-page .app-features-sec {
  width: 100% !important;
  max-width: 100% !important;
}

body.landing-page .footer-wrapper {
  width: 100% !important;
  max-width: 100% !important;
} 