/*
Theme Name: Hilachas Theme 2.0
Theme URI: https://hilachas.cl
Author: Hilachas Limitada
Author URI: https://hilachas.cl
Description: Tema oficial Hilachas Limitada — Soluciones de Limpieza Industrial
Version: 2.0.0
License: Privado
Text Domain: hilachas
*/

/* ── GLOBAL ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Source Sans 3', 'Segoe UI', sans-serif; background: #fff; color: #111827; }
h1,h2,h3,h4,h5,h6 { font-family: 'Lexend', 'Segoe UI', sans-serif; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

/* ── NAVBAR ── */
#navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  background: white; box-shadow: 0 2px 24px rgba(0,0,0,0.08); }

/* ── HERO ── */
.hero-bg {
  background: linear-gradient(120deg, #0F172A 0%, #1a0202 60%, #2d0505 100%);
  position: relative; overflow: hidden;
}
.hero-bg::before {
  content: ''; position: absolute; top: -40%; right: -10%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(220,38,38,0.15) 0%, transparent 70%);
  pointer-events: none;
}

/* ── CARDS ── */
.product-card { transition: transform 0.2s ease, box-shadow 0.2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,0.12); }

.industry-card { transition: all 0.2s ease; cursor: pointer; }
.industry-card:hover { background-color: #DC2626 !important; }
.industry-card:hover h3 { color: white !important; }
.industry-card:hover p  { color: rgba(255,255,255,0.8) !important; }
.industry-card:hover .ind-icon { background-color: rgba(255,255,255,0.15) !important; }
.industry-card:hover .ind-icon svg { color: white !important; }

/* ── STATS ── */
.stat-item { border-right: 1px solid rgba(255,255,255,0.15); }
.stat-item:last-child { border-right: none; }

/* ── FORM ── */
.form-input { width: 100%; border: 1px solid #E5E7EB; border-radius: 0.5rem;
  padding: 0.625rem 1rem; font-size: 0.875rem; color: #111827;
  transition: border-color 0.15s, box-shadow 0.15s; background: white; }
.form-input:focus { outline: none; border-color: #DC2626;
  box-shadow: 0 0 0 3px rgba(220,38,38,0.1); }
.form-input::placeholder { color: #9CA3AF; }

/* ── ALERT ── */
.alert-success { background: #ECFDF5; border: 1px solid #A7F3D0;
  color: #065F46; border-radius: 0.75rem; padding: 1rem 1.25rem;
  font-size: 0.9rem; display: none; }
.alert-error { background: #FEF2F2; border: 1px solid #FECACA;
  color: #991B1B; border-radius: 0.75rem; padding: 1rem 1.25rem;
  font-size: 0.9rem; display: none; }

/* ── MOBILE MENU ── */
#mobile-menu { display: none; }
#mobile-menu.open { display: block; }

/* ── FOOTER ── */
.footer-link { color: #9CA3AF; font-size: 0.875rem; transition: color 0.15s; }
.footer-link:hover { color: white; }
