/*
 Theme Name:   CyS Group Child
 Theme URI:    https://cysgroup.com.ar/
 Description:  Tema hijo para CyS Group - Logística Minera, optimizado para Divi 5.0.
 Author:       Antigravity AI
 Template:     Divi
 Version:      1.0.0
 Text Domain:  cys-group-child
*/

/* ==========================================================================
   DISEÑO ESTRATÉGICO - CYS GROUP (V2.0 Brochure)
   ========================================================================== */

:root {
  --primary-red: #DC2626;
  --primary-red-hover: #B91C1C;
  --slate-dark: #0F172A;
  --slate-medium: #475569;
  --slate-light: #94A3B8;
  --bg-light: #F8FAFC;
}

/* Glassmorphism Header */
.glass-header {
  background: rgba(255, 255, 255, 0.85) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

/* Grayscale hover effect for imagery */
.cys-img-bw img {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}

.cys-img-bw:hover img {
  filter: grayscale(0%);
}

/* Typography Enhancements */
h1, h2, h3 {
  font-family: 'Inter', sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
}
