/* ========================================
   ESTILOS GLOBALES - Todas las páginas de Automatización
   Aplicar íconos verdes y botón secundario blanco
   ======================================== */

/* 1. ÍCONOS DE CARDS - Color verde/amarillo (#d3d801) */
/* Aplicar a todas las cards en secciones de automatización */
section .card-zonit .w-16.h-16.bg-primary,
section .card-zonit .w-16.h-16.bg-accentLime {
  background-color: #d3d801 !important;
}

/* Íconos en NEGRO para buen contraste */
section .card-zonit .w-16.h-16 svg,
section .card-zonit .bg-primary svg,
section .card-zonit .bg-accentLime svg {
  color: #000000 !important;
  stroke: #000000 !important;
}

/* 2. OCULTAR BOTONES "Ver proyectos" y "Ver más servicios" */
/* En todas las páginas de automatización */
a.btn-secondary,
a[href="/automatizacion/"],
a[href="/proyectos/"].btn-secondary,
section.bg-bgLight a[href="/automatizacion/"],
section.bg-bgLight a[href="/proyectos/"],
section a.btn-secondary {
  display: none !important;
}

/* Nota: Los botones "Ver proyectos" y "Ver más servicios" han sido eliminados
   Solo debe quedar el botón "Solicitar cotización" en cada página */

/* 3. TÍTULOS DE SECCIÓN CTA - SIN EMOJIS */
/* Títulos en color BLANCO para secciones CTA */
section.bg-bgLight h2,
section.bg-bgLight .text-textDark {
  color: #ffffff !important;
}

section.bg-bgLight p {
  color: #e5e7eb !important;
}

