/*
Theme Name: Nexo Theme
Theme URI: https://nexofacil.app
Author: Equipo Nexo
Author URI: https://nexofacil.app
Description: Tema personalizado moderno y responsivo para Nexo CRM. Incluye landing page, formularios y secciones de presentación.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nexo-theme
Tags: crm, responsive, landing-page, modern
*/

/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Tipografía global */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  background-color: #f9fafb;
  line-height: 1.6;
}

/* Encabezados */
h1, h2, h3, h4 {
  color: #111827;
  margin-bottom: 0.5em;
}

/* Links */
a {
  color: #2563eb;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Contenedor general */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

/* Navegación */
nav {
  background: #111827;
  padding: 1rem;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav ul li a {
  color: #fff;
  padding: 0.5rem 1rem;
}
nav ul li a:hover {
  background: #2563eb;
  border-radius: 5px;
}

/* Botones */
button,
input[type="submit"] {
  background: #2563eb;
  color: #fff;
  border: none;
  padding: 0.75rem 1.25rem;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}
button:hover,
input[type="submit"]:hover {
  background: #1e40af;
}

/* Footer */
footer {
  background: #111827;
  color: #9ca3af;
  text-align: center;
  padding: 2rem 0;
  margin-top: 2rem;
}

body {
  color: #333 !important;
  background: #f9fafb !important;
}

h1, h2, h3, h4 {
  color: #111827 !important;
}
