@charset "utf-8";

/* ============================================
   VARIANTE INOXIDABLE — Acabado más limpio, tonos azul/gris
   ============================================ */
.weld-hero--inox {
    background: linear-gradient(135deg,
            rgba(20, 25, 35, 0.98) 0%,
            rgba(20, 25, 35, 0.95) 100%),
        url('/img/welding/inox-hero-bg.jpg');
    background-size: cover;
    background-position: center;
}

.weld-hero--inox .weld-hero__stats strong {
    color: #4a90e2;
    /* Azul técnico en lugar de rojo */
}

.weld-hero--inox .weld-card__icon {
    color: #4a90e2;
}