/*
Theme Name: MotivaLift Tech WP
Theme URI: https://motivalift.mx/
Author: Avantav
Author URI: https://avantav.com/
Description: Tema estilo Tecnológica Profesional para MotivaLift con enfoque en conversión, animaciones on-scroll y compatibilidad completa con Gutenberg.
Version: 1.1.0
Text Domain: motivalift
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Fallback styles in case assets fail to load */
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  background: #F8FAFC;
  color: #111827;
}

a {
  color: #2563EB;
}

.btn,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #2563EB;
  color: #fff;
  border-radius: 10px;
  border: none;
  text-decoration: none;
  font-weight: 600;
}

.container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}

header {
  background: #fff;
  border-bottom: 1px solid #E2E8F0;
}

footer {
  background: #0B224A;
  color: #F8FAFC;
  padding: 40px 0;
}
