/*
Theme Name: Mantenimiento Celaya
Theme URI: https://celayamantenimiento.com
Author: Antigravity Code Assistant
Author URI: https://example.com
Description: Tema a la medida para Servicios de Mantenimiento Celaya, optimizado para SEO Local y generación de leads vía WhatsApp (con Joinchat).
Version: 1.0.0
Text Domain: mantenimiento-celaya
Tags: custom, bootstrap, acf, lead-gen
*/

/* Custom variables and global styles */
:root {
  --primary-color: #1142d4;    /* Deep Blue */
  --secondary-color: #f7941d;  /* Construction Orange/Yellow */
  --success-color: #25D366;    /* WhatsApp Green */
  --text-dark: #333333;
  --text-light: #666666;
  --bg-light: #f9f9f9;
}

body {
  font-family: 'Inter', sans-serif;
  color: var(--text-dark);
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: var(--primary-color);
  transition: color 0.3s ease;
}

a:hover {
  text-decoration: underline;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.btn-primary {
  display: inline-block;
  background-color: var(--primary-color);
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #0b2e9a;
  color: #fff;
  text-decoration: none;
}

.btn-whatsapp {
  background-color: var(--success-color);
  color: white;
}

.btn-whatsapp:hover {
  background-color: #1ebc5a;
  color: white;
}

/* Base utility classes can be expanded here */
